Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Extract CTIME in zsh 4.2.3?
- X-seq: zsh-users 9338
- From: Shawn Halpenny <paxunix@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Extract CTIME in zsh 4.2.3?
- Date: Mon, 22 Aug 2005 11:24:33 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DU+uAGxQMKEV1QeR+ae2DSFLGaiWPD7Cyoi8jcFQW2B4lrE/UH+VqO8AJKqyvoKU+HSZMjV/lYMweFx7dPqCSNefLM/ghc9ZHAG2EkNJhbsqKN9lOkDOm/SeyAYqjJXouzXBNMddDcH61sAAoWSb8Tc+cV/SkobPSGVSlCe3FXw=
- In-reply-to: <16D53E3C-D453-414D-AB6C-3280FF5573CF@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <95E667D6-6AE4-4CDA-B420-30033315C886@xxxxxxxxxxxx> <44613de005082113114c9f2092@xxxxxxxxxxxxxx> <16D53E3C-D453-414D-AB6C-3280FF5573CF@xxxxxxxxxxxx>
On 8/22/05, Timothy Luoma <lists@xxxxxxxxxxxx> wrote:
> I've found a solution, but this will only work with Tiger (Mac OS X
> version 10.4.x)...
Ahh, it wasn't clear you wanted the create-time. In Unix (and any
sufficiently Unix-like operating system) the "ctime" for a file is the
last time there was a change to the file's inode and is generally
portable. Not all Unixes keep track of the create-time for a file, so
any mechanism to retrieve it is almost certainly non-portable.
--
Shawn Halpenny
Messages sorted by:
Reverse Date,
Date,
Thread,
Author