Re: Power Poster for Binaries
From: Julian Bradfield (jcb_at_inf.ed.ac.uk)
Date: 07/25/05
- Next message: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Previous message: Jacob: "Re: Linux : Which one's best ?"
- In reply to: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Next in thread: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Reply: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 25 Jul 2005 20:32:55 +0000 (UTC)
In article <1847724.IciQ1gGzub@linux.user.and.happy>,
CWO4 Dave Mann <misterfixit@loveable.com> wrote:
>And I am assuming that the bit of shell code can be named and invoked by a
>alias with values to be plugged in on the fly - pausing to wait for input
>of the needed data? That would be too cool -- like writing a batch file
>for DOS, sort of.
Of course - except that Unix shell scripts are far more powerful than
DOS batch files. You can either write an actual file, or you can just
define a function in your shell start-up file.
>Would you have a recommendation for a shell programming text which I might
>check out from the Library?
Unfortunately not. Put unix shell programming into Google, and see
what pops up.
One thing to note is that the modern "bash" shell shipped with almost
all Linux distributions has a lot of powerful and convenient features
that the old "sh" doesn't have. The line I gave would not work in an
old "sh". I don't know whether most books or online tutorials cover
this, so you might want to look explicitly for bash programming.
- Next message: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Previous message: Jacob: "Re: Linux : Which one's best ?"
- In reply to: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Next in thread: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Reply: CWO4 Dave Mann: "Re: Power Poster for Binaries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|