thethunderwolf@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 2 days agols -alemmy.dbzer0.comimagemessage-square33linkfedilinkarrow-up1705arrow-down14
arrow-up1701arrow-down1imagels -alemmy.dbzer0.comthethunderwolf@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square33linkfedilink
minus-squarethethunderwolf@lemmy.dbzer0.comOPlinkfedilinkarrow-up5·1 day agoI like ls -Ap, the -p option is convenient, it puts a / at the end of names if they’re directories. -A is like -a but doesn’t show . and .. -l is sometimes useful, but a bit cluttered and less readable (at least to me, maybe it wouldn’t be if I were used to using it)
I like
ls -Ap
, the-p
option is convenient, it puts a / at the end of names if they’re directories.-A
is like-a
but doesn’t show.
and..
-l
is sometimes useful, but a bit cluttered and less readable (at least to me, maybe it wouldn’t be if I were used to using it)