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 derfloh 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: *

  • Users: glpinkston
  • Content: Threads
  • Order by date
  1. 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