Sonam Chauhan <[EMAIL PROTECTED]> wrote:
>
> Using find in the following manner seemed to work beautifully:
>   find  <dir> -name <pattern> -printf "%AH:%AM,%f\n" 
> However, the find  -format specification outputs data based on
> file *access* time instead of file *creation* times.

Firstly there is no such thing as a file creation time.  If you mean
the file status change time, then try %CH:%CM.
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to