Lines Matching full:foo*
35 touch foo bar
37 # store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
41 # store foo into file2.tar, then append bar to file2.tar
43 pax -w -b 512 -x ustar -f file2.tar foo
69 mkdir foo foo/bar baz
70 chmod 111 foo
74 sh -c '{ cd foo/bar && exec pax; } <baz.tar'
86 mkdir foo foo/bar foo/bar/baz
87 chmod 111 foo
88 touch foo/bar/quux
89 atf_check sh -c '{ cd foo/bar && exec pax -rw quux baz/.; }'
101 mkdir foo foo/bar baz
102 chmod 111 foo
105 atf_check sh -c '{ cd foo/bar && exec pax -r --insecure; } <baz.tar'
116 mkdir foo baz
117 chmod 111 foo
121 sh -c '{ cd foo && exec pax; } <baz.tar'
132 mkdir foo foo/bar
133 touch foo/bar/quux
134 chmod 111 foo
135 atf_check sh -c '{ cd foo/bar && pax -w -x ustar .; } >bar.tar'