Re: [vox-tech] simple file command question

2005-05-05 Thread Henry House
På torsdag, 05 maj 2005, skrev Peter Jay Salzman: On Wed 04 May 05, 1:57 PM, Mike Simons [EMAIL PROTECTED] said: On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote: how do you use ll or ls to show the year the file was created? ls -l --full-time The filesystem stores 3

[vox-tech] simple file command question

2005-05-04 Thread Ehrhart, Jay
I know this may sound too simple but how do you use ll or ls to show the year the file was created? I looked in man and google.com/linux but I didnt find it. Thanks ___ vox-tech mailing list vox-tech@lists.lugod.org

Re: [vox-tech] simple file command question

2005-05-04 Thread Mike Simons
On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote: how do you use ll or ls to show the year the file was created? ls -l --full-time ___ vox-tech mailing list vox-tech@lists.lugod.org http://lists.lugod.org/mailman/listinfo/vox-tech

Re: [vox-tech] simple file command question

2005-05-04 Thread Henry House
På onsdag, 04 maj 2005, skrev Ehrhart, Jay: I know this may sound too simple but how do you use ll or ls to show the year the file was created? I looked in man and google.com/linux but I didn't find it. Unfortunately, you cannot because Unix filesystems do not record a creation time

Re: [vox-tech] simple file command question

2005-05-04 Thread Micah J. Cowan
On Wed, May 04, 2005 at 01:57:24PM -0400, Mike Simons wrote: On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote: how do you use ll or ls to show the year the file was created? ls -l --full-time Er, hm? This just prints the last time the file was written, in ISO format. -- Micah

Re: [vox-tech] simple file command question

2005-05-04 Thread Mike Simons
On Wed, May 04, 2005 at 01:57:24PM -0400, Mike Simons wrote: On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote: how do you use ll or ls to show the year the file was created? ls -l --full-time On Wed, May 04, 2005 at 10:53:20AM -0700, Henry House wrote: Unfortunately, you cannot

Re: [vox-tech] simple file command question

2005-05-04 Thread Peter Jay Salzman
On Wed 04 May 05, 1:57 PM, Mike Simons [EMAIL PROTECTED] said: On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote: how do you use ll or ls to show the year the file was created? ls -l --full-time The filesystem stores 3 times: last accessed last modified inode change