List files in the hitlar mode

7 points by naughtysriram ↗ HN
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.

1 comment

[ 3.3 ms ] story [ 10.2 ms ] thread
add the hitlar mode alias to your .bashrc.

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

$hitlar

$hitlar filename