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.
2 つのアーカイブ tar.gz を解凍せずに比較し、2 番目のアーキテクチャにない 1 番目のアーキテクチャのファイル名をリストする必要があります。
いくつかの方法を試しましたが、すべて失敗しました。私はバッシュが初めてです。
comm -23 <(tar -tzf 1.tar.gz | sort) <(tar -tzf 2.tar.gz | sort)