This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Webpage

Old posts that have not been replied to for several years.
Locked
J
Jas0n

Post by Jas0n »

Hey,

Does anyone know any simple tcl that will download a webpage onto a shell into a txt file?

Thanx!
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

# begin script
exec wget http://blah.com/your_file.txt
# end script
Locked