Forrest logo
back to context overview

csh

List of commands for csh:

  • csh:tldr:72fef csh: Start an interactive shell session without loading startup configs.
    $ csh -f
    try on your machine
    explain this command
  • csh:tldr:9726b csh: Start an interactive shell session.
    $ csh
    try on your machine
    explain this command
  • csh:tldr:baef3 csh: Execute specific [c]ommands.
    $ csh -c "${echo 'csh is executed'}"
    try on your machine
    explain this command
  • csh:tldr:e6cca csh: Execute a specific script.
    $ csh ${path-to-script-csh}
    try on your machine
    explain this command
back to context overview