创建文件
touch a1.txt a2.txt a3.txt touch s1.mp3 s2.mp3 s3.mp3
然后我做
find . -name "*.txt" -or -type f -print
而且它只显示s1.mp3 s2.mp3 s3.mp3. 为什么不显示.txt文件?
s1.mp3
s2.mp3
s3.mp3
.txt
command-line find
command-line ×1
find ×1