1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 02:18:01 +01:00
tldr/pages/common/fish.md
Cam.Rossington.debsrv b319373dab Added period to end of description.
This change is made to comply with formatting guidelines for the project.
2018-01-02 23:36:52 -05:00

357 B

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:

fish --no-execute {{file.fish}}

  • Display version information and exit:

fish --version