Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリで、「foo」を含むファイルのみを gzip できますか? それらはすべて見つけることができますが、それら find . -name "*foo*"をアーカイブする方法が必要です。
find . -name "*foo*"
ありがとうございました。