System Grab Bag

View all TLDR pages from common (or from all pages)

clifm

The command-line file manager. More information: https://github.com/leo-arch/clifm.
  • Start CliFM:
    clifm
  • Open the file or directory whose ELN (entry list number) is 12:
    12
  • Create a new file and a new directory:
    n file dir/
  • Search for PDF files in the current directory:
    /*.pdf
  • Select all PNG files in the current directory:
    s *.png
  • Remove the previously selected files (use t to send the files to the recycle bin instead):
    r sel
  • Display detailed help:
    ?
  • Exit CliFM:
    q

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.