2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-17 23:44:02 +00:00
fish-shell/doc_src/open.txt

13 lines
463 B
Text
Raw Normal View History

\section open open - open file in its default application
\subsection open-synopsis Synopsis
<tt>open FILES...</tt>
\subsection open-description Description
\c open opens a file in its default application, using the \c xdg-open command if it exists, or else 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 system's default text editor.