View Single Post
  #8   (View Single Post)  
Old 19th March 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

In the awk BEGIN block you can initialize the special variable FS (Field Separator) as "&"
Code:
FS = "&"
awk will now split the fields on the "&"
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote