Re: Unix Tools
From: Walt R (wmreinemer_at_tns.net)
Date: 10/24/03
- Next message: Bill Marcum: "Re: Can a program make computer hardware out of order?"
- Previous message: cyberdude: "Can a program make computer hardware out of order?"
- In reply to: Alan Connor: "Re: Unix Tools"
- Next in thread: Alan Connor: "Re: Unix Tools"
- Reply: Alan Connor: "Re: Unix Tools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Oct 2003 21:46:42 -0700
Alan Connor <zzzzzz@xxx.yyy> wrote in message news:<JH%lb.3593$wc3.2929@newsread3.news.pas.earthlink.net>...
> On Fri, 24 Oct 2003 01:22:25 +0000 (UTC), Gregory L. Hansen <glhansen@steel.ucs.indiana.edu> wrote:
> >
> >
> >
> > When I read about Unix tools there seems to be a lot of overlap between
> > them, like
> >
> > shells
> > awk
> > sed
> > Perl
> > Python
> > C
> > tcl/tk
> > Java
> > Lisp
> >
> > What's a beginner to do that can only learn one at a time? If I learn
> > Perl, is there any reason at all to look at awk and sed? What does Python
> > do that Perl doesn't? I like the thought of the C/tcl/tk combination,
> > e.g. a simple way to put a graphical interface on my C apps, or so the
> > legends go, but has Java made that obsolete? What does anyone use Lisp
> > for?
> >
> > Please share some opinions.
> >
> >
>
> The shell is a command interpreter which stands between you and the kernel.
>
> Sed is an editor, the rest are programming languages with various focusses,
> or, in the case of C, a general language.
>
> The shell includes a high-level and immensely practical programming language,
> and you would be very wise to learn an sh-compatible shell like bash or zsh,
> before tackling any of the other languages.
>
> And then, once you have a handle on 'sh', skip the rest and go for broke:
> learn C, (which most of the others are written in :-)
>
> Learn the stream editor sed because it is very, very useful.
The "Advanced Bash Scripting Guide" available at tldp.org is
worth reading. It has many commented scripts.
Walt R.
- Next message: Bill Marcum: "Re: Can a program make computer hardware out of order?"
- Previous message: cyberdude: "Can a program make computer hardware out of order?"
- In reply to: Alan Connor: "Re: Unix Tools"
- Next in thread: Alan Connor: "Re: Unix Tools"
- Reply: Alan Connor: "Re: Unix Tools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|