I keep forgetting the correct syntax….
% script 2>& logfile
|
||||||
|
There are so many little things to remember in this command that I always have to lookup what switches to use. So here are a few ways of using find To find all files modified in the last 24 hours (last full day) in current directory and its sub-directories: find . -mtime -1 -print Flag -mtime -1 option [...] |
||||||
|
Copyright © 2012 Srini's Point of View - All Rights Reserved |
||||||
Recent Comments