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 hackerReceived on Sat Jan 09 1999 - 06:26:42 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:56 MST