Search

Top Posts

Comments

  • TvvitterBug: Nice article! I think the Twitter client landscape has really changed in 2010. New approaches and design...
  • DistortedLoop: I’ve been putting electronics in ziplock bags for years as a quick and dirty water-RESISTANT...
  • inket: Underwater pictures ? ^^
  • echo_host: Im running 10.6 and noticed that nothing was working, in apps or in terminal. I found out you need to...
  • Felipe: Hi, i have the same problem that ronan. I have 21 cycles, 3 months ols and a 95% of capacity. I’ve done...

Categories

Recent Posts


Quick Guide to Bash Shell Scripting

mac terminal Shell scripting is wildly useful and a powerful way to manipulate a lot of files and to automate behind-the-scenes tasks in Mac OS X. This guide is intended for Linux users but the Bash shell is also used in Mac OS X, and as far as I can tell everything in this bash shell scripting guide works the same across the two platforms. Before checking out the guide you might want to check what shell you are using in Mac OS X by typing the following in the Mac Terminal:

echo $SHELL

Something like /bin/bash or /bin/tcsh will be reported back to you, obviously this Bash scripting guide only works for the Bash shell. If you need to, you can change the default shell rather easily in the Terminal preferences, but Bash has been the default shell since 10.3 and continues to be in Snow Leopard.

LinuxHelp: 10 second guide to Bash Shell Scripting

If you’re looking for more, a much more advanced and complete guide to Bash scripting is available here:

Advanced Bash Scripting Guide

And if you really want to dive into shell scripting, a good book like Pro Bash Programming: Scripting the GNU/Linux Shell will do you wonders.

Posted by: Bill Ellis

Share

Save big on Mac Deals from Amazon.com

Comments:

Comments: 1

Comment from Woodgie
Time: October 30, 2009, 9:47 am

Not to mention the O’Reilly book “Learning the Bash shell” by Cameron Newham.

Write a comment






October 30th, 2009