On Thu, Jun 03, 2004 at 09:24:35PM -0500, Chris wrote: > Is there a formula to convert atime to an understandable figure, or is that > possible? Couldn't find anything ref this in the archives.
I like to use the following script:
#!/usr/bin/perl
foreach(@ARGV) {
/(\d+)/ || next;
print scalar localtime($1),"\n";
}
:)
--
Randomly Generated Tagline:
"If an economist can't give you his phone number, he'll give you an
estimate." - Jack Valenti
pgp1jyYv6Kgwc.pgp
Description: PGP signature
