Re: about tar works O.T.

2006-02-14 Thread Shawn Lamson
On Mon, 13 Feb 2006 12:46:36 -0600 David Berg <[EMAIL PROTECTED]> wrote: > This might not be related to your problem but I don't see any mention > of using -v twice in the man page. look in the examples section right at the top :) it increases verbosity. [EMAIL PROTECTED]:/tmp$ tar cvvf archiv

Re: about tar works

2006-02-13 Thread David Berg
On 2/13/06, Nevruz Mesut Sahin <[EMAIL PROTECTED]> wrote: > I wrote comand below to terminal > > tar -cvvf /disk1/data/xyz.tar /disk1/data/folders > > it works but created file (xyz.tar) is hidden. when I This might not be related to your problem but I don't see any mention of using -v twice in t

Re: about tar works

2006-02-13 Thread Mike McCarty
Nevruz Mesut Sahin wrote: I wrote comand below tar -cvvf /disk1/data/xyz.tar /disk1/data/folders Interesting. I wonder whether it tried to tar that file inside itself. Might lead to weirdness, like a completely full disc. What does $ df show? it works but created file (xyz.tar) is hidd

Re: about tar works

2006-02-13 Thread Jon Dowland
On Mon, Feb 13, 2006 at 07:31:47AM -0800, Nevruz Mesut Sahin wrote: > it works but created file (xyz.tar) is hidden. when I > use find /disk1/data -name xyz.tar system finds it. if > I write ls /disk1/data/xyz.tar system writes > /disk1/data/xyz.tar > it written is red What does $ file /disk1/d