.bat file type thing

Eamonn Sullivan eamonn.sullivan at gmail.com
Fri Dec 31 17:18:41 UTC 2004


On Fri, 31 Dec 2004 17:55:36 +0200, Simon Taplin <simon.taplin at gmail.com> wrote:
> What is the equivilent to the old .bat files in DOS/Windows.

Shell scripting is the direct equivalent of BAT files on DOS. One
resource that looks decent is:

http://www.quong.com/shellin20/

I'm partial to Python for little programs (those that are a step
higher than shell scripts). It is a *lot* easier than in Perl to
figure out what I intended to do when I have to modify the program six
months later. I tend to have two or three bouts of programming
annually, but then have to maintain those years later...

http://www.python.org

A good flavor for some common tasks can be found here: 

http://the.taoofmac.com/static/grimoire.html

Hope that helps. 

-Eamonn




More information about the ubuntu-users mailing list