c***y 发帖数: 114 | 1 有很多目录,里面有一些大小写不同但是名字相同的文件
比如test.txt, Test.txt
把这些重名的文件和路径列出来
//bow | s********h 发帖数: 286 | 2 maybe this works:
find -name {t,T}est.txt
【在 c***y 的大作中提到】 : 有很多目录,里面有一些大小写不同但是名字相同的文件 : 比如test.txt, Test.txt : 把这些重名的文件和路径列出来 : //bow
| c***y 发帖数: 114 | 3 thanks!
但是事先不知道有可能重复的文件名, too many files in the dir
【在 s********h 的大作中提到】 : maybe this works: : find -name {t,T}est.txt
| c***y 发帖数: 114 | 4 ok, i finished the script
【在 c***y 的大作中提到】 : thanks! : 但是事先不知道有可能重复的文件名, too many files in the dir
|
|