Re: file creation time

2002-01-14 Thread Shlomi Fish
On Mon, 14 Jan 2002, Adi Stav wrote: > On Mon, Jan 14, 2002 at 03:27:18PM +0200, Tzafrir Cohen wrote: > > On 14 Jan 2002, Erez Doron wrote: > > > > > hi > > > > > > when i do 'ls -l' , i get the file modification time > > > how do i ge

Re: file creation time

2002-01-14 Thread Zvi Har'El
Hi, On 14 Jan 2002, Erez Doron wrote: > when i do 'ls -l' , i get the file modification time > how do i get file creation time ? In Linux, or in Unix in general, you can get all the information about a file by the stat(2) function, and utilities like `ls' or `find' j

Re: solved: was Re: file creation time

2002-01-14 Thread Ben-Nes Michael
D]> To: "ilug" <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 3:55 PM Subject: solved: was Re: file creation time > solved > > there is no way to see creation time only change time (ctime) and access > time (atime) > > the command is : > > ls -l --time

solved: was Re: file creation time

2002-01-14 Thread Erez Doron
n 2002, Erez Doron wrote: > > > > when i do 'ls -l' , i get the file modification time > > > how do i get file creation time ? > > > Try using 'find' instead of 'ls'. The option -printf is very > > powerful. > > Can you el

Re: file creation time

2002-01-14 Thread Oleg Goldshmidt
Tzafrir Cohen <[EMAIL PROTECTED]> writes: > On 14 Jan 2002, Erez Doron wrote: > > when i do 'ls -l' , i get the file modification time > > how do i get file creation time ? > Try using 'find' instead of 'ls'. The option -printf is very &

Re: file creation time

2002-01-14 Thread Tzafrir Cohen
On 14 Jan 2002, Erez Doron wrote: > hi > > when i do 'ls -l' , i get the file modification time > how do i get file creation time ? Try using 'find' instead of 'ls'. The option -printf is very powerful. I'm not sure, though, how to list only

file creation time

2002-01-14 Thread Erez Doron
hi when i do 'ls -l' , i get the file modification time how do i get file creation time ? regards erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g.,