Virginia's Blog

shell script

Just found an interesting post explaining the advantages of using Perl to write shell script instead of Bash.

Advantages of using a Shell Language

* Its supported in even the tinest linux distros - even in embedded systems.
* Its the method preferred by the majority - I hope this will change soon.
* Command calls look more natural in a shell language.

Advantages of using a High Level Language

* Better Code
* Easy to maintain
* Faster development
* Libraries provide a lot of functionality
* Easier to port to different platforms.

My experience tells me that for Linux environment there are always new options and solutions that can be found and adopted according to personal need and preferences so every developer is going to reach unique solutions that serves him best. Using Perl is a very wise option for many of the shell script though not for all and it really works

Related Posts:

Add your own comment...

The Content on this site is provided for general information purposes only. Your use of the Content, or any part thereof, is made solely at Your own risk and responsibility. By entering this site you declare you read and agreed to its Terms, Rules & Privacy.
Copyright © 2006 - 2010 My Linux Gang