2008-06-06 03:23:05 +08:00
\section open open - open file in its default application
2005-09-20 21:31:55 +08:00
\subsection open-synopsis Synopsis
<tt>open FILES...</tt>
\subsection open-description Description
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
\c open opens a file in its default application, using the \c xdg-open command if it exists, or else the <a href="commands.html#mimedb">mimedb</a> command.
2005-09-20 21:31:55 +08:00
\subsection open-example Example
2008-06-06 03:23:05 +08:00
<tt>open *.txt</tt> opens all the text files in the current directory using your system's default text editor.