Command to get files updated in a hour
$find / -name "*.log" -mmin -60
$find / -name "*.log" -mmin -60
Command to get log files updated in a day
$find / -name "*.log" -mtime -1
$find / -name "*.log" -mtime -1
Opatch reports 'Cyclic Dependency Detected' error when patching ODI Issue: When applying a Patch Set Update (PSU) to WebLogic Se...
No comments:
Post a Comment