Help for this page

Select Code to Download


  1. or download this
    open(UPTOP, q(cat /proc/uptime | awk '{ print $1 } |'));
    
  2. or download this
    open(UPTOP, q(cat /proc/uptime | awk '{ print $1 }'|));
    
  3. or download this
    open(UPTOP, q(awk '{ print $1 }' /proc/uptime |));