DEV Community

Discussion on: These are a few of my favorite: Terminal Shortcuts

Collapse
 
mrm8488 profile image
Manuel Romero

Another fast tip for
ls command
ls -l --sort <time | size>

Collapse
 
dmn1k_13 profile image
Dominik Schlosser

ls -lrt sorts by time ascending so the file edited last is at the bottom.