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
13 lines
464 B
Text
13 lines
464 B
Text
|
|
\section open open - Open file in it's default application
|
|
|
|
\subsection open-synopsis Synopsis
|
|
<tt>open FILES...</tt>
|
|
|
|
\subsection open-description Description
|
|
|
|
The \c open command is used to open a file in it's default application. \c open is implemented using the <a href="commands.html#mimedb">mimedb</a> command.
|
|
|
|
\subsection open-example Example
|
|
|
|
<tt>open *.txt</tt> opens all the text files in the current directory using your systems default text editor.
|