Gang's Tech Stuff

Posts Tagged ‘typeset

Converting lowercase to uppercase in Shell scripts

Posted by: Gangadhar on: March 26, 2009

Have you ever wondered why there is no toUpper() kind of function in shell script? Well, i think the reason is typeset command. What does it do exactly? A lot: * Set a parameter as an integer by using -i option so as to fasten the arithmetic operations on that variable. * Convert to lower [...]


Follow

Get every new post delivered to your Inbox.