aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/open.txt
blob: c81c3c9a1ed0e45dd60440aa1d03d662ddccec8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\section open open - open file in its default application

\subsection open-synopsis Synopsis
\fish{synopsis}
open FILES...
\endfish

\subsection open-description Description

`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.