On 3 Jun 2000, Oleg Goldshmidt wrote:
> Moshe Zadka <[EMAIL PROTECTED]> writes:
>
> > I thought I'd post the topics I'm going to talk about tommorow, and see
> > what everybody think:
> >
> > * basic redirection: ls > results, less < HOWTO
>
> Nitpicking: the last one doesn't look a particular
Moshe Zadka <[EMAIL PROTECTED]> writes:
> I thought I'd post the topics I'm going to talk about tommorow, and see
> what everybody think:
>
> * basic redirection: ls > results, less < HOWTO
Nitpicking: the last one doesn't look a particularly good example
in view of "less HOWTO".
More substan
On Sat, 3 Jun 2000, Ira Abramov wrote:
> > * sed: -n, -p, s///g?
> > * awk: -F, print fields, check book balancing program
>
> that's too advanced for now I believe...
H..if I get too many blank looks on
BEGIN {sum = 0}
{ sum = sum + $0 }
END {print sum}
I'll try and go a little slowe
On Sat, 3 Jun 2000, Moshe Zadka wrote:
> I thought I'd post the topics I'm going to talk about tommorow, and see
> what everybody think:
> * sed: -n, -p, s///g?
> * awk: -F, print fields, check book balancing program
that's too advanced for now I believe...
> * Python scripting:
> - prompt
> -
I thought I'd post the topics I'm going to talk about tommorow, and see
what everybody think:
* basic redirection: ls > results, less < HOWTO
* pipes: ls | less, etc.
* tr: how to upcase, how to delete characters, how to split words
* grep: regexs for dummies, multi-file grep, -l, -v
* sed: -n, -