Re: Latest File Creation Time
Mani <[email protected]> Sat, 31 Jan 2004 09:42:16 +0530 (IST)
| Newsgroups | gmane.linux.redhat.release.valhalla |
|---|---|
| Message-ID | <Pine.LNX.4.44.0401310940270.24037-100000@fileserver.nmsworks.co.in> |
I need the 'timestamp' of a file which is latest. I don't know how long before the file was created. even it may be last month or last year or today. On 30 Jan 2004, Anthony J Placilla wrote: > On Fri, 2004-01-30 at 08:04, Mani wrote: > > Hi > > Is there any one line Linux command to find the creation time > > of a file in a folder which is created recently ? > > are you looking for something like > > find /tmp -mtime 1 -name "*" |xargs -l ls -l > > adjust the search dir & the mtime argument as you see fit > > -- mani Jan 31