tar-extracts-multiple-files 96 B

123456
  1. touch foo bar
  2. tar cf foo.tar foo bar
  3. rm foo bar
  4. busybox tar -xf foo.tar
  5. test -f foo
  6. test -f bar