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.
約 200 GB (tar) のサイトのバックアップがあります。このバックアップから 1 つのファイルのみを抽出したいと考えています。
どうすればこれを行うことができるかについてのアイデアはありますか?
最初にこれを実行して、すべてのファイル名のリストを取得できます。
tar tf archive.tar
次に、このコマンドを使用して、必要なファイルのみを抽出できます
tar xf archive.tar path/inside/archive/a.txt another/path/b.txt
使用したかどうか、および使用した圧縮に応じてz、または別のオプションを使用する必要がある場合があることに注意してください。j
z
j