I have a ftp transfer job that uses sftp with one external source. There is no opportunity for host-based authentication, so I have had to use an expect script. My base script would normally perform ...
The Linux expect command takes script writing to an entirely new level. Instead of automating processes, it automates running and responding to other scripts. In other words, you can write a script ...
I would like to create an archive of messages from a yahoogroups mailing list. I was thinking of using lynx or w3m to grab the messages as they are all in pages with the number of the message in the ...