Hacker News new | ask | show | jobs
by com2kid 1440 days ago
I added an alias 'll'.

    alias ll='ls -Glopa'
and while I was at it

    alias cls='clear && printf \\e[3J'
Yes, I grew up using MS DOS, why do you ask?
2 comments

> alias ll='ls -Glopa'

Does not the -o make both the -G and -l unnecessary?

Durp, you are correct. No idea how it ended up that way.