On 14Nov2009 00:54, Eugeneapolinary Ju <eugeneapolinar...@yahoo.com> wrote:
| wget -r -p -U Firefox "http://www.somesite.com/"; 2>&1 | grep 404 > 404.txt
| 
| why come 404.txt is 0 Byte? how to put the STDOUT to a file with wget?

Perhaps you should read "man wget". It says:

       -O file
       --output-document=file
           The documents will not be written to the appropriate files, but
           all will be concatenated together and written to file.  If - is
           used as file, documents will be printed to standard output,
           disabling link conversion.  (Use ./- to print to a file literally
           named -.)

Cheers,
-- 
Cameron Simpson <c...@zip.com.au> DoD#743

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to