Antonio Coloma wrote:

> I have follow the four steps, but I don't understand the fourth
> step:
>  cat urls.list | awk '{print "PURGE",$0}' ./tcp-banger -n 2

Sorry. There is a | character missing. It should read:

  cat urls.list | awk '{print "PURGE",$0}' | ./tcp-banger2 -n 2

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to