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
2014-08-01 20:25:41 +08:00
\fish{synopsis}
2014-08-01 10:37:32 +08:00
open FILES...
\endfish
2005-09-20 21:31:55 +08:00
\subsection open-description Description
2014-08-01 10:37:32 +08:00
`open` opens a file in its default application, using the `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
2014-08-19 20:41:23 +08:00
2005-09-20 21:31:55 +08:00
\subsection open-example Example
2014-08-01 10:37:32 +08:00
`open *.txt` opens all the text files in the current directory using your system's default text editor.