Re: Shell - String k?rzen?

From: Oliver Fromme <olli(at)secnetix.de>
Date: Sun, 10 Nov 2002 14:44:16 +0100 (CET)

Stefan Jahn <stefan.jahn(at)nemesis-sektor.de> wrote:
> Also, wie mach ich in der shell aus "dokument.tex" nur ein einfaches
> "dokument"?
>
> Naja, muß mich wohl dochmal mit Perl beschäftigen :-)

Igitt pfui nein. :-)

Es genügt, wenn Du Dich mit der manpage sh(1) beschäftigst.
Du muß nichtmal ein externes Tool aufrufen; das geht mit
sh-builtin-Funktionalität.

$ FOO=dokument.tex
$ BAR=${FOO%.*}
$ echo $BAR
dokument

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 Sun 10 Nov 2002 - 14:44:20 CET

search this site