tldr/pages/common/fish.md
Alexandros Kotzias 7b35426ff0 fish: fix typo
2018-02-20 07:38:46 +00:00

364 B

fish

The Friendly Interactive SHell. 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