Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 13:23:43 +0930
From:      Tim Peters <tim@lost.net.au>
To:        Alex Teslik <alex@acatysmoof.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IRIX-style stat command for files?
Message-ID:  <20020916035343.GC26144@adelaide.edu.au>
In-Reply-To: <20020916032916.M6706@acatysmoof.com>
References:  <20020916032916.M6706@acatysmoof.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 15, 2002 at 08:29:16PM -0700, Alex Teslik wrote:
> Hello,
> 
>    This is such a lame question, but I can't find the answer to save my life.
> I'm looking for a command that will display the change time, access time, and
> creation time of a file as well as its inode information and such (at the same
> time, not like "ls -i"). IRIX has the very nice stat command for this, but I
> can't find the FreeBSD equivelent...all I can find is reference for a bunch of
> C-style structs and calls.

ports to the rescue!

# whereis stat
stat: /usr/ports/sysutils/stat
# cd /usr/ports/sysutils/stat
# make install
===>  Extracting for stat-1.3
etc...

-tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020916035343.GC26144>