The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
retrive value from a file satish@123 Shell Programming and Scripting 7 05-17-2008 05:57 AM
retrive lines from a file using AWK command swamymns Shell Programming and Scripting 1 05-04-2008 06:47 PM
to retrive data that appear only once in a file. anibu Shell Programming and Scripting 1 10-26-2007 07:54 AM
help to retrive data from log file d_swapneel14 Shell Programming and Scripting 5 07-06-2006 01:57 AM
get a file's timestamp shihabvk UNIX for Advanced & Expert Users 1 05-30-2005 03:18 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 03-26-2007
Registered User
 

Join Date: Dec 2006
Posts: 7
Question Retrive deleted file's info

I have shell script which reads files, stores its data into Oracle and then deletes tht file.
now i want to know creation date and time of deleted files.
can we do this? if yes then how?
Reply With Quote
Forum Sponsor
  #2  
Old 03-26-2007
Dhruva's Avatar
Registered User
 

Join Date: Mar 2006
Location: India
Posts: 255
we can not find the creation date what we can find is Last modified date which we find with 'ls -l ' option.
As you are deleting files I wud recommend to modify ur script a bit by adding two lines and appending the result into log file.Later you can check ur log file.
Code:
echo "Run time is `date`">>logfile
ls -l $filename >>logfile
Reply With Quote
  #3  
Old 03-26-2007
Registered User
 

Join Date: Dec 2006
Posts: 7
that is ok.. but rt now i want deleted file's modified date and time... can we retrive this info?
Reply With Quote
  #4  
Old 03-26-2007
Dhruva's Avatar
Registered User
 

Join Date: Mar 2006
Location: India
Posts: 255
I found few links but not sure will that work or not
link1
link2
link3
link4

If you can make it please share with us also...
all the best
Reply With Quote
  #5  
Old 03-26-2007
Registered User
 

Join Date: Dec 2006
Posts: 7
Thanks..
will work on it and let u people know abt it.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:45 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0