thethunderwolf@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 1 天前ls -alemmy.dbzer0.comexternal-linkmessage-square34fedilinkarrow-up1730arrow-down13
arrow-up1727arrow-down1external-linkls -alemmy.dbzer0.comthethunderwolf@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 1 天前message-square34fedilink
minus-squarethethunderwolf@lemmy.dbzer0.comOPlinkfedilinkarrow-up6·18 小时前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)
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)