Bash Shell Scripting Tutorial
May 12th, 2010 by timani, View CommentsAfter a certain point, i think every single web developer has to evolve to a point where you become well versed with the command line.
Whether you are on linux, unix, windows, android and everything in-between then it is essential to the craft.
You can sync and migrate thousands of files much faster using rsync or svn than ftp, as well as maintain better source control, migrate a large MySQL database in a few minutes vs another utility like PHPMyAdmin may take a long time or fail to do, creating and managing scheduled tasks with cron to name a few things.
There are options like Perl, which is a close relative of PHP so easier to learn. But there is also Bash Shell Scripting. So check out this tutorial from http://www.hypexr.org/ for more info getting started with bash. And if not Bash, Perl should be next on your list.
Related posts:
- Please sir can i have some more PHP Documentation! It is undeniable that there is a laissez-faire attitude among...








June 7, 2010 : Zend Framework + MVC is PHP for rapid application development
May 14, 2010 : PHPDoctor – Simple PHP API Documentation
May 13, 2010 : Please sir can i have some more PHP Documentation!
May 12, 2010 : Bash Shell Scripting Tutorial
May 11, 2010 : How To Set Up Database Replication In MySQL – thorough
May 11, 2010 : CSS3 and more – The compatibility Holly Grail?
Please sir can i have some more PHP Documentation! | Timani says:
[...] Earlier I did write about the command line, bash shell scripting and why it was important for Web developers. [...]
May 13, 2010 at 3:11 pm.