Results 1 to 2 of 2
I am doing this simple script using c shell and korn shell. The commands I use are fgrep , ls, and also some redirecting. Is there any difference in using ...
- 01-28-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 3
what are the different commands in c shell and korn shell
I am doing this simple script using c shell and korn shell. The commands I use are fgrep , ls, and also some redirecting. Is there any difference in using both of these commands in c shell and korn shell? Thanks and sorry for the stupid question.
- 01-28-2008 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
There are a some difference, the C-type shells are not powerful enough for shell programming.
I should go for bash or ksh. The reasons why not to use the C shell are described here:
http://www.grymoire.com/Unix/CshTop10.txt
Regards


Reply With Quote