mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:46:02 +02:00
csh: add page (#7420)
This commit is contained in:
parent
c7aee51bd2
commit
9fe3dbfe40
1 changed files with 20 additions and 0 deletions
20
pages/common/csh.md
Normal file
20
pages/common/csh.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# csh
|
||||||
|
|
||||||
|
> The shell (command interpreter) with C-like syntax.
|
||||||
|
> 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 a [c]ommand:
|
||||||
|
|
||||||
|
`csh -c "{{command}}"`
|
||||||
|
|
||||||
|
- Execute a script:
|
||||||
|
|
||||||
|
`csh {{path/to/script.csh}}`
|
Loading…
Add table
Reference in a new issue