1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 02:18:01 +01:00

fish: add page

Added the fish shell. Information included was based on other shells,
notably bash.
This commit is contained in:
Cam.Rossington.debsrv 2018-01-02 13:00:12 -05:00
parent bb68b14170
commit 928ff1b873

27
pages/common/fish.md Normal file
View file

@ -0,0 +1,27 @@
# fish
> A command-line shell for the 90's
- Start interactive shell:
`fish`
- Execute a command:
`fish -c "{{command}}"`
- Run commands from a file:
`fish {{file.fish}}`
- Check a file for syntax:
`fish --no-execute {{file.fish}}`
- Display version information and exit:
`fish --version`
- Enable debug information (ranges from 0 to 128):
`fish --debug-stack-frames={{NUMBER}}`