mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
885d16fcd6
darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
12 lines
463 B
Text
12 lines
463 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.
|