ADMIN - Explore the new world of system administration! ADMIN is a smart, technical magazine for IT pros on heterogeneous networks. Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
A few scripting tricks will help you save time by automating common tasks.
Shell scripts are a lazy person’s best friend. That may sound strange, because writing a shell script presumably takes work, but it’s true. Writing a shell script to perform a repetitive task requires some time up front, but once the script is finished, using it frees up the time the task used to take. In this article, I will introduce you to writing shell scripts with Bash. I’ll describe Bash scripting in the context of several common tasks. Because this is an introductory discussion, some nuances are glossed over or ignored, but I will provide plenty of information for you to get started on your own scripts.
Comments
Fixed
Rikki Kite May 25, 2011 9:46pm GMT
Should work now! Thanks for letting me know.Article is unavailable
n/a May 25, 2011 9:29pm GMT
On the following page:http://www.linux-magazine.c...l-Handbook-2011/Bash-scripting
The link to the article throws a site error resource not found.