csh: refresh page (#7986)

htop
Emily Grace Seville 2022-06-05 15:15:56 +10:00 committed by GitHub
parent 7e46b4a268
commit 9fad185656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# 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:
@ -11,10 +12,10 @@
`csh -f`
- Execute a [c]ommand:
- Execute specific [c]ommands:
`csh -c "{{command}}"`
`csh -c "{{echo 'csh is executed'}}"`
- Execute a script:
- Execute a specific script:
`csh {{path/to/script.csh}}`