Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Sometimes depending on permisions, I need to do "fucking ls -la", would be fun to do that in front of others ...
-
java915810yMy go-to usually is `ls -lAh` which doesn't show the current and parent directories. If I need them I'll just use the lowercase a. -
magusd42510yHahahaha so many nice suggestions! I use -la only when I need to see hidden files, I usually use ll and l , oh-my-zsh aliases :D

Pair programming with boss, on my computer...
me: $: ls -la
Boss: "use ls -lah"
me: $: ls -lah
A few moments later...
me: $: ls -la
Boss: "Why don't you use ls -lah?!"
me: "My note, my rules"
undefined