| > execute as a command. i'd like to have nothing
> returned at all. is there a super diddley uber Quiet
> mode? :D
If you want absolutely no feedback from HTTrack you can add > /dev/null at the
end of the HTTrack command and the parameters you use.
For example:
httrack <http://webpagetomirror.com> -O ~/Webpages/071218_webpagetomirror_com -n
-j +*.pdf > /dev/null
All output from the command is redirected to /dev/null. If you prefer, you
could alternatively redirect the output to a text file by using >
textfile.txt.
- Bo | |