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