Re: sh Frage

From: Alexander Langer <alex(at)big.endian.de>
Date: Sun, 30 Apr 2000 14:46:27 +0200

Also sprach Christoph Kukulies (kuku(at)gilberto.physik.rwth-aachen.de):

> Ich verzweifle. Wie ist diese Syntax der noralem FreeBSD /bin/sh (ash?)
> um globbing zu enablen?

Ist schon richtig so.

alex:~ $ chmod +x testscript
alex:~ $ cat testscript
#/bin/sh
for a in *
do
        echo hier ist $a
done
alex:~ $ ./testscript
hier ist %backup%~
hier ist Fxtv
hier ist GNUstep
...

FreeBSD cichlids.cichlids.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Mar 31 16:52:11 CEST 2000 alex(at)cichlids.cichlids.com:/usr/src/sys/compile/cichlids i386

Alex

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 30 Apr 2000 - 14:46:35 CEST

search this site