man fish Command

Man page for apt-get fish Command

Man Page for fish in Linux

Ubuntu Man Command : man fish

Man Fish  Command

This tutorial shows the man page for man fish in linux.

Open terminal with 'su' access and type the command as shown below:
man fish

Result of the Command Execution shown below:

fish(1)                                                                         fish                                                                         fish(1)



NAME
fish the friendly interactive shell

Synopsis
fish [ h] [ v] [ c command] [FILE [ARGUMENTS...]]

Description
A commandline shell written mainly with interactive use in mind. The full manual is available in html by using the help command from inside fish.

¬" c or command=COMMANDS evaluate the specified commands instead of reading from the commandline

¬" d or debug level=DEBUG_LEVEL specify the verbosity level of fish. A higher number means higher verbosity. The default level is 1.

¬" h or help display help and exit

¬" i or interactive specify that fish is to run in interactive mode

¬" l or login specify that fish is to run as a login shell

¬" n or no execute do not execute any commands, only perform syntax checking

¬" p or profile=PROFILE_FILE when fish exits, output timing information on all executed commands to the specified file

¬" v or version display version and exit

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.



Version 1.23.1 1 May 2009 fish(1)-


Related Topics

Apt Get Commands