Need a script to move files where their last mod date <= 'xx
MMM yyyy'
Adam Hawes
adam.hawes at adpro.com.au
Thu Nov 9 03:07:48 CST 2006
On Thu, 2006-11-09 at 12:02 +1030, Evan wrote:
> Michael Cohen wrote:
> > Hi Evan,
> > just use find. man find is your friend.
> >
> > Particularly look at -exec and -ctime.
> >
> > Michael.
> >
> well this is an IPcop box and man isn't available to me. best I can do
> is find --help
> so what is the N value after -ctime on find represent?
>
With all due respect - RTFM? If you can post here you probably have
access to google as well.
-ctime n
File’s status was last changed n*24 hours ago. See the comments for
-atime to understand how rounding affects the interpretation of file
status change times.
A
More information about the linuxsa
mailing list