cvs commit: src/share/examples/diskless clone_root

M. Warner Losh imp at bsdimp.com
Thu Sep 23 12:37:46 PDT 2004


In message: <xzpsm98vl6a.fsf at dwp.des.no>
            des at des.no (Dag-Erling Smørgrav) writes:
: You can easily implement 'touch' with sh and test:
: 
: touch() {
:     /bin/test -e "$1" || :>"$1"
: }

doesn't
	cat /dev/null >> $1
do the same thing?

Warner


More information about the cvs-src mailing list