diff --git a/pages/common/fish.md b/pages/common/fish.md new file mode 100644 index 0000000000..ac7fe2700e --- /dev/null +++ b/pages/common/fish.md @@ -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`