Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 13:16:46 -0800 (PST)
From:      Archie Cobbs <archie@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/split Makefile split.1 split.c
Message-ID:  <199902012116.NAA89317@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      1999/02/01 13:16:45 PST

  Modified files:
    usr.bin/split        Makefile split.1 split.c 
  Log:
  Add new option '-p pattern' for splitting files based on matching lines in
  the file with a regular expression. Useful for e.g. 'cvs diff' output.
  Also compile cleanly with -Wall and fix a few style bugs.
  PR:		bin/9405
  
  Revision  Changes    Path
  1.2       +1 -0      src/usr.bin/split/Makefile
  1.2       +16 -0     src/usr.bin/split/split.1
  1.5       +77 -52    src/usr.bin/split/split.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902012116.NAA89317>