INSTALLATION DOCUMENTS BY RAVI

Friday, April 14, 2017

Linux command to find files created today and with in a hour

Command to get files updated in a hour
$find / -name "*.log" -mmin -60

Command to get log files updated in a day
$find / -name "*.log" -mtime -1

No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...