Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...