The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-12-2008
penchal_boddu penchal_boddu is offline
Registered User
 

Join Date: Apr 2008
Location: Bangalore
Posts: 120
Hi,

Try touch command

if files present time stamp is may 10 10:24

Modify ur file, then give the following command

touch -t 200805101024 filename

Decomposition of 200805101024
2008 year , 05 - month number , date, time


Thanks
Penchal
Reply With Quote