Re: Latest File Creation Time

Anthony J Placilla <[email protected]> 30 Jan 2004 09:24:36 -0500
Newsgroups gmane.linux.redhat.release.valhalla
Message-ID <[email protected]>
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

-- 
Tony Placilla   [email protected]

perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10);'