ctime (mtime):
ls -lc <filename>
or
ls -l --time=ctime <filename>

access time:
ls -l --time=atime <filename>

Werner


On Tue, 3 Apr 2001, Emmanuel Seyman wrote:

> Hey all.
>
> I'm trying to do a little shell script and I have a list of files
> on which I have to do an operation. I'ld like to get the mtime
> for each of the files but can't figure out how to do it.
>
> Can anybody help
>
> Emmanuel Seyman
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to