Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2001 01:05:44 +0100 (MET)
From:      Joerg Schilling <schilling@fokus.gmd.de>
To:        "."@babolo.ru, schilling@fokus.gmd.de
Cc:        brandt@fokus.gmd.de, freebsd-hackers@freebsd.org, obrien@freebsd.org, tofergus@yahoo.co.uk
Subject:   Re: tar and nodump flag (fwd)
Message-ID:  <200112060005.fB605ip19599@burner.fokus.gmd.de>

next in thread | raw e-mail | index | archive | help
>From babolo@links.ru Thu Dec  6 00:41:54 2001
>.....
>> STAR Option	Description							Gnu tar equiv.	Remarks
>> ===========	===========							=============	===================
>.....
>> file=nm,f=nm	use 'nm' as tape instead of stdin/stdout			-f		close to identical
>May be close to identical in function, but not in convenience
>What about f=*.[ch] or f=something<tab to expand or ^d to list>

>.....
>> C=dir		perform a chdir to 'dir' before storing next file		-C		identical
>Unconvenient, see above

So you obviously never used star and are only writing about your prejudices.

an option usage

	f=value

May be written in the following ways:

	f=value
	-f=value
	f= value
	-f= value
	-f value
	-fvalue

getargs() is a lot more flexible than getopt() and it is even older than 
getopt().


Jörg

 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de		(uni)  If you don't have iso-8859-1
       schilling@fokus.gmd.de		(work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix

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




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