On Mon, 14 Jun 2004 16:14:04 +0100
magnet <[EMAIL PROTECTED]> wrote:

> each file and then save each with a ".txt" suffix. Where do I start
> with this?

Since the # of lines you want to remove are known, I'd suggest using the
script, but use 'head' and or 'tail'. Those are designed for this
purpose. sed will work too, but is more generalized. But, automation via
a for loop is what you're looking at doing.

i.e. 'head -17 file0000.htm' would print all but the first 17 lines of
the file.

> magnet


-- 
------------------------------------------------------------------------
David E. Fox                              Thanks for letting me
[EMAIL PROTECTED]                            change magnetic patterns
[EMAIL PROTECTED]               on your hard disk.
-----------------------------------------------------------------------

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to