[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: UP1000 and SuSE 6.3
- From: Bharadwaj Yadavalli <sby ives lkg dec com>
- To: axp-list redhat com
- Subject: Re: UP1000 and SuSE 6.3
- Date: Thu, 30 Mar 2000 16:46:50 -0500 (EST)
Larry,
> Does this fix dates on links too?
Notice touch is the command being used and touch
does not fix the dates of symbolic links.
> > #!/bin/sh
> > now=/tmp/now.$$
> > touch $now
> > find / -newer $now -print0 | xargs -0 touch
> > rm $now
> >
> > su to root
> >
> > run the script:
> >
> > ./set_date
Bharadwaj
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]