source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tar/tar-extracts-multiple-files @ 56

Last change on this file since 56 was 20, checked in by chris, 16 years ago
File size: 104 bytes
RevLine 
[20]1touch foo bar
2busybox tar cf foo.tar foo bar
3rm foo bar
4busybox tar -xf foo.tar
5test -f foo
6test -f bar
Note: See TracBrowser for help on using the repository browser.