mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
fish: add page (#1858)
This commit is contained in:
commit
7b9cb25a97
1 changed files with 24 additions and 0 deletions
24
pages/common/fish.md
Normal file
24
pages/common/fish.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# fish
|
||||
|
||||
> The Friendly Interactive SHell.
|
||||
> A command-line interpreter designed to be user firendly.
|
||||
|
||||
- Start interactive shell:
|
||||
|
||||
`fish`
|
||||
|
||||
- Execute a command:
|
||||
|
||||
`fish -c "{{command}}"`
|
||||
|
||||
- Run commands from a file:
|
||||
|
||||
`fish {{file.fish}}`
|
||||
|
||||
- Check a file for syntax errors:
|
||||
|
||||
`fish --no-execute {{file.fish}}`
|
||||
|
||||
- Display version information and exit:
|
||||
|
||||
`fish --version`
|
Loading…
Add table
Reference in a new issue