mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
csh: refresh page (#7986)
This commit is contained in:
parent
7e46b4a268
commit
9fad185656
1 changed files with 4 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue