Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
List files in the hitlar mode
7 points by naughtysriram on April 23, 2011 | hide | past | favorite | 1 comment
was just playing with the shell. it struck to me, just by rearranging the parameters, i was able to remember what they did and in a cool way.

enter the hitlar mode.

$ ls -hitlar

shows all items with inodes, in list view, human readable size, sorted by modification time in reverse,

$ ls -Fhitlar

shows the same with classification info.




add the hitlar mode alias to your .bashrc.

echo "alias hitlar='ls -Fhitlar'" >> ~/.bashrc

$hitlar

$hitlar filename




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: