bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Useless garbage as output


From: Nicola Girardi
Subject: Useless garbage as output
Date: Thu, 23 Nov 2000 21:35:39 +0100
User-agent: Mutt/1.2i

Hello,
 
I was writing a shell script in which I want tar output on stdout, but
I discovered that there's something wrong. I'll show you just a test
case:

: address@hidden(tty3):~$ tar czf - non_existent_file > file.tar.gz
: tar: Cannot add file non_existent_file: No such file or directory
: tar: Error exit delayed from previous errors

Obviously the warning...

: address@hidden(tty3):~$ ll file.tar.gz
: -rw-r--r--   1 nicola   users       10240 Nov 18 20:46 file.tar.gz

But how come that 10240 bytes were written to the file?

: address@hidden(tty3):~$ tar --version
: tar (GNU tar) 1.13

Here's the version information you might need.

Regards,

-- 
Nicola Girardi, address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]