Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!clyde!cbatt!ihnp4!ihlpa!normt From: normt@ihlpa.UUCP (N. R Tiedemann) Newsgroups: comp.unix.questions Subject: Re: Unix Question Message-ID: <2277@ihlpa.UUCP> Date: Wed, 12-Nov-86 15:13:35 EST Article-I.D.: ihlpa.2277 Posted: Wed Nov 12 15:13:35 1986 Date-Received: Thu, 13-Nov-86 03:59:42 EST References: <249@sjuvax.UUCP> <808@mtund.UUCP> <4287@umcp-cs.UUCP> Distribution: net Organization: AT&T Bell Labs, Naperville, IL Lines: 24 > In article <808@mtund.UUCP> adam@mtund.UUCP (Adam V. Reed) writes: > >> I'll make this short and sweet: > >> I want to be able to put any date/time on a file that I > >> have in my directory... > >> Chuck Conway > > > >See touch(1) in the User Reference Manual (RTFM!). > > The original poster does not want to put the *current* time on > the file...he wants to put *any* time on the file. There are three > Spoken: Steve Miller ARPA: steve@mimsy.umd.edu Phone: +1-301-454-4251 Steve- READ YOUR UNIX MANUAL!!!! Mine states under TOUCH(1) ... causes the access and modification times of each argument to be updated. IF NO TIME IS SPECIFIED THE CURRENT TIME IS USED. You can specify the time you want it touched to. This is exactly what the original poster wanted. touch [ -amc] [mmddhhmm[yy] ] files This give you month date hour minute and year, what more could you want?!? Norm Tiedemann ihnp4!ihlpa!normt AT&T Bell Labs