Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. glpinkston

    setting a variable to translated (to upper) argument

    Thanks Vlad & Dickie for your input. I found that set orderby = `echo $argv[1] | tr '[:lower:]' '[:upper:]'` also works. glpinkston
  2. glpinkston

    setting a variable to translated (to upper) argument

    I'm using the c shell. Typeset doesn't work there.
  3. glpinkston

    setting a variable to translated (to upper) argument

    A previous thread on tranlating cases was helpful, but I need help assigning the tranlated string input argument to a variable (in csh). The script line: echo $argv[1] | tr '[:lower:]' '[:upper:]' works fine and displays the argument in uppercase. The script line: set orderby = $argv[1] | tr...

Part and Inventory Search

Back
Top