Friday, August 04, 2006

Cool Windows Trick

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.

No comments: