Linux find command gotcha? - Stack Overflow

Linux find command gotcha? - Stack Overflow

瀏覽:798
日期:2025-11-20
2010年4月7日 - -1: you need to either quote or escape those * s, e.g. find -name \\*.js -o -name \\*.cpp or find -name "*.js" -o -name "*.cpp" – Paul R Apr 7 '10 at ......看更多