Gang's Tech Stuff

Archive for March 2009

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 [...]

Renaming a Clearcase View

Posted by: Gangadhar on: March 12, 2009

How do one can rename a Clearcase View on Unix/Linux/Solaris? Very simple, use rename command. :-p Just kiddin, never mind. Well, renaming a Clearcase View requires the renaming of both the storage and the tag. Here are the basic steps for the same but you are recomended to refer the Product Documentation if it doesn’t [...]

Perl Package Management – PPM

Posted by: Gangadhar on: March 9, 2009

You can install any package using ppm command on windows. Ex: From command prompt, execute ppm: C:\perl> ppm Then the prompt changes and you can install the DBI using the following command: Install DBI In the same way, you can install other packages also.

Tags: ,

Follow

Get every new post delivered to your Inbox.