Previous in Forum: delete   Next in Forum: Order program
Close
Close
Close
Rate Comments: Nested
Anonymous Poster

shell programming

01/22/2008 9:22 AM

how much important is shell programming in latest era?

Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
The Architect
Engineering Fields - Software Engineering - S/W Architect Popular Science - Evolution - Fascinating! Fans of Old Computers - TRS-80 - A fine computer United States - US - Statue of Liberty - NY

Join Date: Dec 2004
Location: GlobalSpec, Troy NY
Posts: 386
Good Answers: 5
#1

Re: shell programming

01/23/2008 9:09 AM

In my job as a programmer I don't send a lot of time writing shell scripts, but when I do, it is because it will save me time. I tend to use perl for scripting because, well, I just do, but it serves the same purpose... to get something tedious done quickly.

I sometimes see other programmers slogging through directories and files using a GUI or even from the command line when I know I could get the same task done in much less time (and more reliably) by writing a little throw-away perl program. In the words of Larry Wall (creator of perl), the three great virtues of a programmer are laziness, impatience, and hubris. I'll take a little shell/perl/script programming any day if it saves me time, and not having the ability to do this is, well, lame.

That said, there are definitely times when a program/problem needs to move to a more robust or expressive language. Scripting it just part of the toolkit.

__________________
Mark Gaulin
Reply
Reply to Forum Thread

Previous in Forum: delete   Next in Forum: Order program

Advertisement