张念磊的博客

Linux-find命令

2020-08-05

[toc]

find

扩展元字符

find

1
2
3
4
touch /tmp/{1...9}.txt
ls /tmp/*.txt
find *txt -exec rm -v {}\;
cut -d ":" -f7 /etc/passwd | sort |uniq -c

来源:极客时间-65Linux 87讲-find

扫描二维码,分享此文章