c shell

  1. sidetone

    Colorize your BSD shell

    Colorize your Csh or Bourne shell. Bourne shells include sh, ksh variants (Korn shells), and zsh. csh is a different kind of shell which uses a different syntax for commands. Environment Environment values can be added to your shell configuration file(s). These variables for Bourne shells can...
  2. tony33

    Shell c shell help needed.

    Hi, I am working on writing a c shell script. It's this the 3rd script I would be writing. I am fairly new to c shell but not new to programming. I need help to figure out how to use regular expressions in c shell. I am used to doing it in C++ and PHP. /.+[a-z]/ etc I need to know how it...
Back
Top