@[email protected] to [email protected] • 2 months agoWhat's a handy terminal command you use often?message-square277fedilinkarrow-up1228arrow-down17
arrow-up1221arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 2 months agomessage-square277fedilink
minus-squareLazaroFilmlinkfedilinkEnglish56•edit-22 months agocd then ls then cd then ls maybe I’ll throw a ls -a
minus-square@[email protected]linkfedilink13•2 months agoI use -A instead, which doesn’t show “.” and “…”
minus-square@[email protected]linkfedilink9•2 months agoNah you gotta alias ls -a to la for more efficiency.
minus-square@[email protected]linkfedilink2•2 months 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.