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...
Hmmmm......if I get too many blank looks on
BEGIN {sum = 0}
{ sum = sum + $0 }
END {print sum}
I'll try and go a little slower, but it ain't that hard, is it?
> so Python is a good idea, but I donno if stuffing both python and basic
> shell scripting in 90 minutes will work. it might, but consider choosing
> just one. from 0 to 2 scripting languages in 90-120 minutes just might
> be a DoS attack on their brains :)
Oh, I forgot to put in the introduction:
"""
This lecture covers many topics, and I won't be able to do more then
touch on many of them. So, whenver I mention a program, I'll also mention
where you can learn more about it. Most UNIX programs come with a ``man
page'', which you can read by simply typing ``man ''+program name at the
prompt
"""
IOW, I certainly plain on just a teensy bit of DoSing, to get them to
RTFM. On the other hand, I'm not attached to any of it -- I'll answer
questions and make sure everyone are following me, even if I can't reach
the really interesting parts.
--
Moshe Zadka <[EMAIL PROTECTED]>
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]