TLDR
Enter a command. For example: circo, cmatrix, openconnect, dotnet tool.

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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.