Re: htpasswd
From: Russ Allbery <rra_at_stanford.edu>
Date: 2003-05-15 00:49:42 CEST
Greg Stein <gstein@lyra.org> writes:
> Does Perl have most of the sed operations? Could it be something like:
> perl -i -pe '/^<username>:/d' htpasswd
Perl writes that as:
perl -i -ne 'print unless /^<username>:/' htpasswd
It doesn't support sed commands in the fashion that I think you're
-- Russ Allbery (rra_at_stanford.edu) <http://www.eyrie.org/~eagle/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 15 00:51:00 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.