System Grab Bag

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

colorls

A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. More information: https://github.com/athityakumar/colorls.
  • List files one per line:
    colorls -1
  • List all files, including hidden files:
    colorls --all
  • Long format list (permissions, ownership, size, and modification date) of all files:
    colorls --long --all
  • Only list directories:
    colorls --dirs

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.