The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



Thread: Unix Script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-10-2008
simshark simshark is offline
Registered User
 

Join Date: Apr 2008
Posts: 4
Quote:
Originally Posted by era View Post
Pass to Perl, maybe?

Code:
find "$PRINTER" -type f | perl -lne '@s = stat $_; print "$_" if $s[9] < $^T-3600'

thanks again era..i will try that.
Reply With Quote