Skip to content

Instantly share code, notes, and snippets.

@TAKAyukiatkwsk
Created January 25, 2014 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TAKAyukiatkwsk/8612816 to your computer and use it in GitHub Desktop.
Save TAKAyukiatkwsk/8612816 to your computer and use it in GitHub Desktop.
tar.gzの中の一部のファイルだけ解凍する
$ gunzip -c foo.tar.gz | tar xvf - foo/bar.txt foo/baz.txt
x foo/bar.txt
x foo/baz.txt
$ ls foo
bar.txt baz.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment