Re: String Test

From: Oliver Fromme <olli(at)secnetix.de>
Date: Wed, 29 Aug 2001 16:06:57 +0200 (CEST)

Roland Behme <rb(at)behme.space.net> wrote:
> export GROSS='SFJklFJDFL'
> export klein=`echo $GROSS | tr "[:upper:]" "[:lower:]"`
> echo $klein
>
> Das Ganze geht analog auch mit dem sed-Beispiel von eben. Vielleicht
> geht es schöner, das hier funktioniert aber trotzdem. ;)

... solange im String keine Zeichen mit Spezialbedeutung
enthalten sind. Da es sich um eine Benutzereingabe han-
delt, kann man das nicht garantieren. Also besser in dop-
pelte Anführungszeichen setzen. Nebenbei, das »export« ist
überflüssig (und in dieser Form nicht unbedingt portabel,
falls das eine Rolle spielt).

Gruß
   Olli

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"All that we see or seem is just a dream within a dream" (E. A. Poe)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 29 Aug 2001 - 16:07:02 CEST

search this site