2006-10-31 23:23:16 +08:00
|
|
|
\section dirs dirs - print directory stack
|
2005-09-20 21:31:55 +08:00
|
|
|
|
|
|
|
\subsection dirs-synopsis Synopsis
|
2014-08-01 20:25:41 +08:00
|
|
|
\fish{synopsis}
|
2014-08-01 10:37:32 +08:00
|
|
|
dirs
|
|
|
|
\endfish
|
2005-09-20 21:31:55 +08:00
|
|
|
|
2010-09-18 10:18:26 +08:00
|
|
|
\subsection dirs-description Description
|
2014-08-19 20:41:23 +08:00
|
|
|
|
|
|
|
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
|
Help cleanup
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-12 15:56:01 +08:00
|
|
|
|
2014-08-01 10:37:32 +08:00
|
|
|
`dirs` does not accept any parameters.
|