I'm having a really odd problem with tar.
I can create a .tar file, initially empty. Later, I add files to it (via -u or -r). The size of the tarfile grows as expected.
The problem is that trying to -t (view contents) or -x (extract) the tarfile returns with no data and no error, as if the tarfile is still an empty tarfile.
Can someone tell me what I'm doing wrong?
(AIX 4.3.3 ml09)
I can create a .tar file, initially empty. Later, I add files to it (via -u or -r). The size of the tarfile grows as expected.
The problem is that trying to -t (view contents) or -x (extract) the tarfile returns with no data and no error, as if the tarfile is still an empty tarfile.
Can someone tell me what I'm doing wrong?
(AIX 4.3.3 ml09)