View Single Post
  #5   (View Single Post)  
Old 27th September 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Code:
j65nko@hercules[~]cat dialog

var="\"This is label\" \"This is text\""
echo ${var}

j65nko@hercules[~]sh dialog
"This is label" "This is text"
__________________
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