Comment HTML File?

2005-09-12 Thread Arthur DiSegna
I am using i to read urls from an HTML file. How can I make comments to this file with out the log showing test.html: Invalid URL # Thanks

Re: Comment HTML File?

2005-09-12 Thread Hrvoje Niksic
Arthur DiSegna [EMAIL PROTECTED] writes: I am using -i to read urls from an HTML file. How can I make comments to this file with out the log showing test.html: Invalid URL # You can always preprocess the file using something like: grep -v '^#' inputfile | wget -i - or, if you want to