mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
7ddecde543
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
27 lines
651 B
Groff
27 lines
651 B
Groff
.TH fish 1 "February 25, 2005" "version @PACKAGE_VERSION@" "USER COMMANDS"
|
|
.SH NAME
|
|
fish - friendly interactive shell
|
|
.SH SYNOPSIS
|
|
.B fish
|
|
[\-h] [\-v] [\-c command] [FILE [ARGUMENTS...]]
|
|
.SH DESCRIPTION
|
|
A shell written mainly with interactive use in mind. The complete fish manuals are written in HTML format. You can find them by using the
|
|
.I
|
|
help
|
|
command from inside the fish shell.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
\-h
|
|
display help and exit
|
|
.TP
|
|
\-c
|
|
Evaluate the specified commands instead of reading from the commandline
|
|
.TP
|
|
\-i
|
|
Specify that fish is to run in interactive mode
|
|
.TP
|
|
\-v
|
|
display version and exit
|
|
.SH AUTHOR
|
|
Axel Liljencrantz ( @PACKAGE_BUGREPORT@ )
|