logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Csh Shell - Control Shell Sessions | Online Free DevTools by Hexmos

Control shell sessions with Csh Shell, a command interpreter with C-like syntax. Execute commands, scripts, and manage your terminal easily. Free online tool, no registration required.

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

See Also