Skip to main content

Paul Eipper's Library tagged programming   View Popular

27 Oct 06

Edgewall Software: Python Sidebar

  • A sidebar for mozilla based browsers that gives easy access to python resources on the web. - lkraider on 2006-10-27
19 Aug 06

Unix Review > Shell Corner: The Soundex System in C and Shell

  • Example ofB ash scripting on how to Uppercase first letter of a string - lkraider on 2006-08-19
  • # Prefix of soundex code: first letter of name.
    # --------------------------------------------



    char_pos=0 # Initialize character position.


    prefix0=${name:$char_pos:1}


    prefix=`echo $prefix0 | tr a-z A-Z`


    # Uppercase 1st letter of soundex.



    let "char_pos += 1" # Bump character position to 2nd letter of name.


    name1=${name:$char_pos}
1 - 2 of 2
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo