> Well, maybe I don't know how our sys admin installs it. :^)FYI, I'm
> using Solaris 2.5.1
So am I.
Quote:> > man touch
> ...
> SYNOPSIS
> touch [-acm] [-r ref_file] file...
> touch [-acm] [-t time] file...
> touch [-acm] [date_time] file...
Yeah. That's what I get.
Quote:> But
> > touch -t 01011200 MyFile
> usage: touch [-amcf] file ...
Nope. Don't get the usage message, but...
ls -l MyFile
-rw-rw-r-- 1 bonzo mygroup 0 Jan 1 12:00 MyFile
Quote:> > which touch
> /usr/bin/touch
which touch
/bin/touch
BUT...
ls -ld /bin
lrwxrwxrwx 1 radix radix 9 Sep 20 1996 /bin -> ./usr/bin/
so /bin/touch is identical to /usr/bin/touch
Quote:> If
> > man -s 1b touch
> ...
> SYNOPSIS
> /usr/ucb/touch [-acfm] file...Obviously, my "touch" command and
> its manpage don't match. :^(
Looks like your sysadmin has stuck the UCB touch in your bin directory.
That may be an installation option. You will have to speak to them.
--
Software Project Manager Science Park, Milton Rd,
Tel: +44(0)1223 420414 (ext 213) Cambridge, CB4 0FY, UK.
Fax: +44(0)1223 420044 http://www.laser-scan.com/
Opinions expressed are attributable to me, not my employer.