tldr/pages/common/fish.md

25 lines
364 B
Markdown
Raw Normal View History

# fish
> The Friendly Interactive SHell.
2018-02-11 13:15:58 +00:00
> A command-line interpreter designed to be user friendly.
- 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`