Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-ee.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!davy From: davy@pur-ee.UUCP (Dave Curry) Newsgroups: net.unix-wizards Subject: Re: tar fs copy Message-ID: <3408@pur-ee.UUCP> Date: Thu, 17-Oct-85 09:30:41 EDT Article-I.D.: pur-ee.3408 Posted: Thu Oct 17 09:30:41 1985 Date-Received: Sat, 19-Oct-85 05:15:28 EDT References: <240@investor.UUCP> <13700116@uiucdcs> Reply-To: davy@pur-ee.UUCP (Dave Curry) Organization: Electrical Engineering Department , Purdue University Lines: 19 In article <13700116@uiucdcs> acheng@uiucdcs.CS.UIUC.EDU writes: > >Our 4.2 version of tar.c doesnot have a -C option nor does the man page >says so. What is it suppose to do? > >In the search of the 'C' option, i found an 'F' option. Again, no comment, >no man page coverage. The 'F' option is neat.... if you double it, 'FF', then tar will not put any files whose names end in ".o" onto the tape. For example: tar cvFF /usr/src would put all the sources on, but leave the objects off. I don't know what a single 'F' does... --Dave Curry