If I understand you correctly this is what you want to do: find . -name '*.py' -print0 | xargs -0 grep 'something' > output.txt. Find all files with ...
確定! 回上一頁