Key Sequence:CTRL + SHIFT + A
What's it do?:
This will toggle highlighted text in windows from UPPER/lower case.
In a Shell programming class I took at Sun I can remember that one of the first things that I learned was the classic:
suned# echo hi there tr '[:lower:]' '[:upper:]'
HI THERE
The instructor at the time did not know how to do this in Wintel enviroment. Well now I know.
Friday, August 04, 2006
Subscribe to:
Posts (Atom)