July 2010
M T W T F S S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

The Essential of Shell scripts

In Linux world, shell script is a powerful language, maybe it’s not easy, but it’s practical for use.
I have read a lot of scripts in the past, but when asked to write a snippet of script, I usually need to query other’s code for reference.
But today suddenly I find shell script is quite practical and [...]