System Grab Bag

View all TLDR pages from common (or from all pages)

csh

The shell (command interpreter) with C-like syntax. See also: tcsh. More information: https://www.mkssoftware.com/docs/man1/csh.1.asp.
  • Start an interactive shell session:
    csh
  • Start an interactive shell session without loading startup configs:
    csh -f
  • Execute specific [c]ommands:
    csh -c "{{echo 'csh is executed'}}"
  • Execute a specific script:
    csh {{path/to/script.csh}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.