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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.