junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Tools File ls #23

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Brief

Target Command Comment
按时间排序 ls -tr -r 对目录反向排序
-t 以时间排序
查看详细时间戳 ls -l --time-style=full
按大小排序 ls -lrS -S 以文件大小排序
统计文件夹文件数量 ls */* -d1|xargs -i sh -c 'echo {};ls {}|wc -l'
列出子目录的完整路径 ls */* -d1

Issues

sudo umount -f thinclient_drives

thinclient_drivesxrdp 搭建产生的目录