4918
5880
3万
GROAD
曲径通幽,安觅芳踪。
$ ls -d */ Desktop/ pic/ shell/ src/
$ ls -F |grep "/$" Desktop/ pic/ shell/ src/
# ls -l |grep "^d" drwxr-xr-x 2 root root 4096 2011-05-08 01:46 Desktop drwxr-xr-x 2 root root 4096 2012-03-26 10:03 pic drwxr-xr-x 2 root root 4096 2012-03-30 17:21 shell drwxr-xr-x 3 root root 4096 2012-03-22 22:18 src
ls -l |grep "^d" |awk '{print $8}' Desktop pic shell src
root@bt:~# find . -maxdepth 1 -type d . ./.kde ./.pulse ./.xine ./shell ./.vim ./.debtags ./.ssh ./pic ./.dbus ./.aptitude ./.subversion ./.wine ./.cache ./.gem ./.local ./.config ./Desktop ./src ./.mozilla
root@bt:~# find . -maxdepth 1 -type d |grep -E -v "\./\..*" . ./shell ./pic ./Desktop ./src
root@bt:~# find . -maxdepth 1 -type d |grep -E -v "\./[.].*" | sed '1d' ./shell ./pic ./Desktop ./src
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-5-4 18:02 , Processed in 0.081816 second(s), 22 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.