Posted to tcl by arjen at Fri Jun 29 11:32:32 GMT 2012view raw

  1. set grepFilter="-e \'^a\' -e \'b\'"
  2. grep $grepFilter chk.sh

Comments

Posted by arjen at Fri Jun 29 11:38:30 GMT 2012 [text] [code]

# Using " no output # Using ' error messages - closing quote not found grepFilter="-e \'^a\' -e \'b\'" grep $grepFilter chk.sh