This one time, at band camp, Scott Ragen wrote:
>How can I say look at the "html" line and then cut the document into
>separate files to be faxed?

If you have a common delimiter line in the file between the documents, you
can use csplit to split the file up, e.g.:

csplit faxfile '/pattern/' '{*}'

It'll create files of the form xx* in the current directory.

man csplit for more.

-- 
[EMAIL PROTECTED]                           http://spacepants.org/jaq.gpg
 
Apparently, an episode of Seinfeld was pulled from syndication because
one of Kramer's lines not only acknowledged the existence of pants but
openly revelled in it.
        -- Sean Neakums, in the scarey.devil.monastery

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to