Re: Newbies Lecture

2000-06-03 Thread Moshe Zadka
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

Re: Newbies Lecture

2000-06-03 Thread Oleg Goldshmidt
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

Re: Newbies Lecture

2000-06-03 Thread Moshe Zadka
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

Re: Newbies Lecture

2000-06-03 Thread Ira Abramov
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 > -

Newbies Lecture

2000-06-03 Thread Moshe Zadka
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, -