The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 05-27-2003
yeheyaansari yeheyaansari is offline
Registered User
  
 

Join Date: Feb 2002
Location: India
Posts: 36
you can use

ls -l yeh.log|sed "s/ */ /g"|cut -d" " -f6-8

to get the Update time of file

Regards,
Yeheya