Help for this page

Select Code to Download


  1. or download this
    awk '$1 ~ /^F/ {print $0 }' /tmp/frhtest/ADDC.bak > /tmp/frhtest/ADDC.
    +$date
    
  2. or download this
    $call = `awk '$1 ~ /^F/ {print $0 }' /tmp/frhtest/ADDC.bak > /tmp/frht
    +est/ADDC.$date`;
    system("$call");
    
  3. or download this
    syntax error The source line is 1.
     The error context is
                     >>>  ~ <<<
     awk: Quitting
     The source line is 1.