Forum: Shell Scripting Aug 23rd, 2006 |
| Replies: 7 Views: 10,094 I wouldn't waste your time trying to shell this in this mannor. Use "expect" - once you have expect loaded which does come with most distros - just run autoexpect, and it will record your network... |
Forum: Shell Scripting Aug 23rd, 2006 |
| Replies: 1 Views: 2,867 Hi all,
Can anyone shed some light as to why this is not working?
for i in `cat wordlist.txt | dos2unix | sed -e 's/ *$//'`
do
sed -e 's@$i@<a href=http://www.domain.com>$i</a>@g' article.txt... |