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