since(1)
NAME
since − Show "sccs prt" commentary since a given date
SYNOPSIS
since yymmdd [file ...]
DESCRIPTION
This program prints the sccs delta commentary for the specified files -- or all files under sccs control in the current directory, if no files are specified -- since the specified date.
EXAMPLE
The following pipeline displays the delta commentary since 10/22/93 authored by any user except "ns" or "lbieber", for all files under sccs control in the current working directory:
since 931022 | prt_user -v ’ns|lbieber’ | prt_brief
SEE ALSO
LEGAL DISCLAIMER
THIS SAMPLE PROGRAM IS BEING PROVIDED "AS IS" AND ONLY AS A COURTESY TO THE RECIPIENT. SUN MAKES NO WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED WITH RESPECT TO THIS SAMPLE PROGRAM INCLUDING QUALITY, PERFORMANCE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON- INFRINGEMENT. IN NO EVENT WILL SUN BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THIS SAMPLE PROGRAM.
SunOS 4.2 — Last change: 15 October 1996