The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-02-2009
shivamdhawan shivamdhawan is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 1
find /admin//dump -type f -newer t.tmp -print -exec ls -lt {} \; | pg

This looks good but I am not able to understand this command...can you explain it?
:?