This is an old revision of the document!


Zeichenkonversionen

Umwandlung von Umwandlung von Klein- in Großbuchstaben

Unter Verwendung von sed

echo FooBar | sed -e 's/[a-z]/\U&/g'

Unter Verwendung von tr

echo FooBar | tr '[:lower:]' '[:upper:]'

Windows- nach Unix-Zeilenwechsel konvertieren

tr -d '\r' <in.txt >out.txt
it/linux/lower2upper.1348304852.txt · Last modified: 2012-09-22 11:07 by strols
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0