On Thu, 22 Jul 2004, Aaron Gaudio wrote:
Tar gets hidden files for me:
$ mkdir foobar $ touch foobar/.foo $ tar cvf foobar.tar foobar foobar/ foobar/.foo
only because you're not doing it in the current directory.
rday
On Thu, 22 Jul 2004, Aaron Gaudio wrote:
Tar gets hidden files for me:
$ mkdir foobar $ touch foobar/.foo $ tar cvf foobar.tar foobar foobar/ foobar/.foo
only because you're not doing it in the current directory.
rday