Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • The penetration of virtual servers is approaching 50 percent in IT infrastructures, yet administrators are only backing up, on average, 68 percent of their...
    Download

  • Increasing demands placed on IT, along with tightening budgets has prompted IT leaders to seek out alternative technologies and improved methods of providing...
    Download

More on LinuxToday


A quick and comprehensive learning guide to Linux bash shell scripting

Nov 26, 2012, 08:00 (2 Talkback[s])
(Other stories by Rajeev)

Shell scripts uses common utilities that come with the system thus reducing the development time and that are why they are good for rapid prototyping. Apart from this they are also good for automation e.g. System update, Backup etc.

Despite their less development time shell scripts aren’t used for deployment work or final product as they tends to be less efficient compared to the corresponding compiled program. Also shell scripts cause the problem of portability. As the shell uses the system utilities they are highly dependent on the system, and their environment, they were created on.

Complete Story

Related Stories: