Difference between revisions of "cmd/gio/list"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd‎ | gio
Jump to navigation Jump to search
(Created page with "'''Command''': {{l/cmd|gio}} list [OPTION...] [LOCATION...] ==About== Lists the contents of the given locations. If no location is given, the contents of the current director...")
 
(No difference)

Latest revision as of 22:50, 2 January 2024

Command: gio list [OPTION...] [LOCATION...]

About

Lists the contents of the given locations. If no location is given, the contents of the current directory are shown.

Options:

option description
-a --attributes=ATTRIBUTES The attributes to get.
  • Attributes can be specified with their GIO name, e.g. standard::icon, or just by namespace, e.g. unix, or by *, which matches all attributes. Several attributes or groups of attributes can be specified, separated by comma.
  • By default, all attributes are listed.
-h, --hidden Show hidden files.
-l, --long Use a long listing format.
-n, --nofollow-symlinks Don’t follow symbolic links.
-d, --print-display-names Print display names.
-u, --print-uris Print full URIs.