fish-shell/doc_src/open.txt

16 lines
519 B
Text
Raw Normal View History

\section open open - open file in its default application
\subsection open-synopsis Synopsis
2014-08-01 12:25:41 +00:00
\fish{synopsis}
open FILES...
\endfish
\subsection open-description Description
2015-07-20 01:00:31 +00:00
`open` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional `xdg-open` utility, from the `xdg-utils` package.
\subsection open-example Example
`open *.txt` opens all the text files in the current directory using your system's default text editor.