Xref: utzoo comp.lang.c++:1439 comp.unix.questions:8896 comp.sources.wanted:4834
Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!seismo!sundc!pitstop!sun!imagen!atari!portal!cup.portal.com!mhyman
From: mhyman@cup.portal.com
Newsgroups: comp.lang.c++,comp.unix.questions,comp.sources.wanted
Subject: Re: "cut" needed to run CC
Message-ID: <8270@cup.portal.com>
Date: 19 Aug 88 01:15:26 GMT
Article-I.D.: cup.8270
References: <990@acornrc.UUCP>
Organization: The Portal System (TM)
Lines: 11
XPortal-User-Id: 1.1001.2549

Bob Weissman (bob@acornrc.uucp) asks:
 >The CC script which runs the AT&T C++ compiler makes reference
 >to a program called "cut", which does not exist on BSD systems.
 >
 >What is "cut"?

From the SunOS 3.2 man page

	cut - remove selected fields from each line of a file

--Marc  (...!sun!portal!cup.portal.com!mhyman)