fish - the friendly interactive shell¶
Synopsis¶
fish [OPTIONS] [-c command] [FILE [ARGUMENTS...]]
Description¶
fish is a command-line shell written mainly with interactive use in mind. The full manual is available <a href=’index.html’>in HTML</a> by using the <a href=’#help’>help</a> command from inside fish.
The following options are available:
-cor--command=COMMANDSevaluate the specified commands instead of reading from the commandline-Cor--init-command=COMMANDSevaluate the specified commands after reading the configuration, before running the command specified by-cor reading interactive input-dor--debug-level=DEBUG_LEVELspecify the verbosity level of fish. A higher number means higher verbosity. The default level is 1.-ior--interactivespecify that fish is to run in interactive mode-lor--loginspecify that fish is to run as a login shell-nor--no-executedo not execute any commands, only perform syntax checking-por--profile=PROFILE_FILEwhen fish exits, output timing information on all executed commands to the specified file-vor--versiondisplay version and exit-Dor--debug-stack-frames=DEBUG_LEVELspecify how many stack frames to display when debug messages are written. The default is zero. A value of 3 or 4 is usually sufficient to gain insight into how a given debug call was reached but you can specify a value up to 128.-for--features=FEATURESenables one or more feature flags (separated by a comma). These are how fish stages changes that might break scripts.
The fish exit status is generally the exit status of the last foreground command. If fish is exiting because of a parse error, the exit status is 127.