Subject: CVS commit: basesrc/usr.bin
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/27/2002 19:37:19
Module Name:	basesrc
Committed By:	atatat
Date:		Sat Apr 27 16:37:19 UTC 2002

Modified Files:
	basesrc/usr.bin: Makefile
Added Files:
	basesrc/usr.bin/stat: Makefile stat.1 stat.c

Log Message:
Add a stat(1) program to /usr/bin.  It provides a simple formatting
interface, with reasonable defaults, to the information provided by
stat(2) so that scripts can use the data therein much more easily.


To generate a diff of this commit:
cvs rdiff -r1.123 -r1.124 basesrc/usr.bin/Makefile
cvs rdiff -r0 -r1.1 basesrc/usr.bin/stat/Makefile basesrc/usr.bin/stat/stat.1 \
    basesrc/usr.bin/stat/stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.