mhulse / dotfizzles

Fo shizzle … Dotfizzles in the hizzay dirz!
15 stars 4 forks source link

A better "ll" #208

Closed mhulse closed 5 years ago

mhulse commented 5 years ago

I was searching for how to do latrF, and found this:

https://opensharing.fr/commandes-linux-ls

Digging this:

$ ls -lAtrFh --color=auto

Hides . and .., shows hidden items and ending slashes for dirs, and sorts in reverse chronological order.

I think I'll replace my current ll alias with this.

Probably don't need the color=auto flag.

mhulse commented 5 years ago

Note that --color=auto is not supported on OS X. You want to use -G instead:

https://superuser.com/a/183892

mhulse commented 5 years ago

Added to feature branch house cleaning. Closing.