TLDR
Enter a command. For example: pacman4console, lvreduce, lvresize.

dir

 
List directory contents using one line per file, special characters are represented by backslash escape sequences. Works as ls -C --escape. More information: https://manned.org/dir.
 
  • List all files, including hidden files:
     
    dir -all
     
  • List files including their author (-l is required):
     
    dir -l --author
     
  • List files excluding those that match a specified blob pattern:
     
    dir --hide={{pattern}}
     
  • List subdirectories recursively:
     
    dir --recursive
     
  • Display help:
     
    dir --help

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.