diff --git a/pages/common/fish.md b/pages/common/fish.md new file mode 100644 index 000000000..4fc64de0e --- /dev/null +++ b/pages/common/fish.md @@ -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: + +`fish -D {{DEBUG_LEVEL}}`