@[email protected] to [email protected] • 1 year agoWhat's a handy terminal command you use often?message-square266fedilinkarrow-up1227arrow-down18
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 1 year agomessage-square266fedilink
minus-squareLazaroFilmlinkfedilinkEnglish57•edit-21 year agocd then ls then cd then ls maybe I’ll throw a ls -a
minus-square@[email protected]linkfedilink13•1 year agoI use -A instead, which doesn’t show “.” and “…”
minus-square@[email protected]linkfedilink9•1 year agoNah you gotta alias ls -a to la for more efficiency.
minus-square@[email protected]linkfedilink2•1 year agoDon’t forget your pwd thrown in to get back your bearings!
cd
thenls
thencd
thenls
maybe I’ll throw als -a
I use -A instead, which doesn’t show “.” and “…”
Nah you gotta alias ls -a to la for more efficiency.
l
Don’t forget your
pwd
thrown in to get back your bearings!Done be silly, that’s part of my prompt.