Help for this page

Select Code to Download


  1. or download this
    me@mybox:~/sandbox
    $ cat data.txt
    ...
    me@mybox:~/sandbox
    $ awk '/bob/ {print $2; exit}' data.txt
    21
    
  2. or download this
    $lastValidBackupTime=`/usr/openv/netbackup/bin/admincmd/bpcatlist -cli
    +ent $client 2>&1 | grep $client | head -n1 | awk '{print $2}'`;