RE: wget question..

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

 



> is there an easy way to do a wget, and have the results 
> appended to a file.
> (an existing file?)
> 
> couldn't figure it out from the manpages...
> 
> thanks
> 
> -bruce
> 
> 
wget -O- http://www.....  >> target_file

The -O- tells wget to write its output to stdout.
-O is the parameter the second - says use stdout,
which is a standard Unix notation.

Bob Styma


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux