Re: [LAD] [ot] capitalising words in a shell-script

From: Julien Claassen <julien@email-addr-hidden-lab.de>
Date: Fri Sep 26 2008 - 14:02:19 EEST

Hi!
   Thank you all! I managed. there is something I didn't think of, which is,
that you can output only part of shell-variables. Now it looks like this:
VAR="Monday"
tmp_first=`echo "${VAR:0:1}" | tr 'a-z' 'A-Z'`
tmp_rest=`echo "${VAR:1}"
tmp_rest_short=`echo "${VAR:1:2}"`
var_long="$tmp_first$tmp_rest"
var_short="$tmp_first$tmp_rest_short"
echo "$var_long var_short"
Monday Mon
   Splendid!
   Thanks again for the tr-hint, that brought me onto it.
   Kindest regards
           Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Fri Sep 26 16:15:04 2008

This archive was generated by hypermail 2.1.8 : Fri Sep 26 2008 - 16:15:04 EEST