Pages
(Move to ...)
Home
Shell Scripts
Different methods
awk & sed
About
▼
Saturday, February 20, 2010
How to create CTAGS
›
CTAGS is one of the most important tool for C programmers. CTAGS allows us to traverse the code easily and very fastly. A good programme...
Sunday, January 31, 2010
Perl CGI programming in windows
›
Perl CGI programming can be done in Windows/UNIX. The below instructions tells about the CGI perl programming in windows. Before tryi...
Sunday, January 17, 2010
Mailing from command line in UNIX
›
There are lot of instances when we want to send a mail to our outlook or personal account from the UNIX account. Say, could be to sen...
Saturday, January 16, 2010
What is a PATH variable?
›
PATH variable is one of the most important concepts of any operating system. PATH variable tells the places from where the Operatin...
Make a shell script work like a UNIX command
›
Whenever we write a shell script, we run the shell script by using the syntax ./first, assuming first is the name of the shell scri...
‹
›
Home
View web version