tar-extracts-to-standard-output 75 B

123
  1. echo foo > foo
  2. tar cf foo.tar foo
  3. cat foo.tar | busybox tar Ox | cmp foo -