Saturday, September 17, 2011

Find files created in last 24 hours in Unix



I just had a requirement recently to start a process and see which all files it write when it is started.
I used a ‘find’ command from the home directory for this.

find . -mtime -1 -print

n310 oracle [CHANGEME]:find . -mtime -1 -print                   
./bin
./dbs
./install
./install/.ee

0 comments:

Post a Comment

 

ORA-BLOG. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com