Date: Tue, 7 May 2002 19:14:06 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: "J. Mallett" <jmallett@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/sed main.c sed.1 Message-ID: <p0511173eb8fe0c98ead4@[128.113.24.47]> In-Reply-To: <20020507214610.GA30780@FreeBSD.ORG> References: <200205071832.g47IWJO26790@freefall.freebsd.org> <20020507214610.GA30780@FreeBSD.ORG>
next in thread | previous in thread | raw e-mail | index | archive | help
At 9:46 PM +0000 5/7/02, J. Mallett wrote: >On Tue, May 07, 2002 at 11:32:18AM -0700, J. Mallett wrote: >> jmallett 2002/05/07 11:32:18 PDT >> >> Modified files: >> usr.bin/sed main.c sed.1 >> Log: > > Add a -i option to sed(1) to do inplace editing, to give > > us an alternative to Perl for such things. > >Patch to remove the "droppings" as jhb put it, if a nil >extension is specified. > >I'll implement a -I option which takes no arguments on >top of this, if it looks kosher. I am not quite sure we should debate this on the cvs-lists, but I don't want to move it to -arch or -hackers just yet either... If I think back to the standards definition of 'xargs', the capital letter options *require* the extra parameter, and the lowercase options do not. I will admit the lowercase options also allow for a screwy "tacked-on optional string", but I will ignore that kind of option as we do not want to go in that direction. Thus, I would suggest that options be '-I <prefix>' or just plain '-i', where -i is the same as '-I ""'. I did check sed implementations on a number of platforms, and none of them seem to use -i or -I. I do like to see this option to do in-place editing. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu 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?p0511173eb8fe0c98ead4>