
exa
List of commands for exa:
-
exa:tldr:116fa exa: Display a tree of files, three levels deep.$ exa --long --tree --level=${3}try on your machineexplain this command
-
exa:tldr:23c14 exa: List all files, including hidden files.$ exa --alltry on your machineexplain this command
-
exa:tldr:45056 exa: List files one per line.$ exa --onelinetry on your machineexplain this command
-
exa:tldr:67006 exa: Long format list (permissions, ownership, size and modification date) of all files.$ exa --long --alltry on your machineexplain this command
-
exa:tldr:7339c exa: Don't list files mentioned in `.gitignore`.$ exa --git-ignoretry on your machineexplain this command
-
exa:tldr:a1834 exa: List files with the largest at the top.$ exa --reverse --sort=${size}try on your machineexplain this command
-
exa:tldr:af5e3 exa: List files with their headers, icons, and Git statuses.$ exa --long --header --icons --gittry on your machineexplain this command
-
exa:tldr:feecd exa: List files sorted by modification date (oldest first).$ exa --long --sort=${modified}try on your machineexplain this command