snsplit(8)


NAME

   snsplit - split an article stream into individual articles

SYNOPSIS

   snsplit [-r] [field... -] prog...

DESCRIPTION

   snsplit  reads  an  article stream from descriptor 0 and splits it into
   separate articles, invoking prog...  on each, with the article avaiable
   on  descriptor 0.  This is useful as a quick-and-dirty way of filtering
   an article stream.

   The incoming article stream is expected to  be  in  wire  format,  with
   lines ending in CRLF, leading dots doubled, and delimited by a dot on a
   line by itself.

   The article presented to prog...  will have lines that end  in  a  bare
   newline,  will  have  all  header  lines unfolded, leading dots will be
   unstuffed, and the article will be terminated by end-of-file.

ARGUMENTS

   prog...
          is the program (with arguments) to  run  on  each  article.   If
          prog...  exits with any kind of failure, snsplit aborts.

   field...-
          are  optional  header  field names.  If these are specified, the
          value of the first header field of that name  will  be  exported
          into the environment.  This field...  list must be terminated by
          the hyphen.  See also ENVIRONMENT below.

OPTIONS

   -r     Expect input articles in rnews batch format instead.

ENVIRONMENT

   snsplit sets some environment variables.  If  the  environment  already
   contains these variables, they will be overwritten.

   SEQUENCE
          If  already  set  to a positive value, it is incremented for the
          first article.  If it isn't set, is set to  one  for  the  first
          article.   Thereafter  it  is  incremented  for  each subsequent
          article.  The value is always  a  6-digit  number  with  leading
          zeroes, and it can roll over.

   BYTES  contains the size of the current article.

   HEAD_LINES
          The  number  of  lines in the head of the article, excluding the
          blank separator line.

   BODY_LINES
          The number of lines in the body of the  article,  excluding  the
          blank separator line.

   FLD_FIELD
          If  any fields are specified on the command line, where field is
          the name of an article header field, then FLD_FIELD will be  set
          to the value of field, where FIELD is the same as field but with
          lower case characters changed to upper  case,  and  all  hyphens
          changed  to  underscores.   Confusing?   If field is message-id,
          then FLD_MESSAGE_ID will be  set  to  the  value  of  the  first
          Message-ID field in the current article, if there is one.

EXIT CODES

   snsplit  exits 0 on success, 1 on usage error, 2 on system error, and 3
   on article format error.  If prog...  exits with other than 0,  snsplit
   will also exit that value.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.