Skip to content

Instantly share code, notes, and snippets.

@TAKAyukiatkwsk
Created January 25, 2014 07:03
Show Gist options
  • Select an option

  • Save TAKAyukiatkwsk/8612816 to your computer and use it in GitHub Desktop.

Select an option

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