On Wed Oct 25, 2000 at 02:15:05PM -0600, Jeff V. Merkey wrote:
> 
> 
> Alexander Viro wrote:
> > 
> > On Wed, 25 Oct 2000, Jeff V. Merkey wrote:
> > 
> > > Al,
> > >
> > > Thanks.  I'll print this one out and post it on the wall for tonight's
> > > debugging session.
> > [snip]
> > > > (e.g. generic_commit_write have to mess with i_size value to update the
> >                               ^^^^^^^
> > Ugh. s/have/doesn't have/, indeed. Sorry.
> 
> Wrong syntax:
> 
>  :%s/have/doesn't have/gc   
> 
> :-)

That was sed syntax, not vi syntax.

$ echo "generic_commit_write have to mess" | sed -e "s/have/doesn't have/"
generic_commit_write doesn't have to mess

 -Erik

--
Erik B. Andersen   email:  [EMAIL PROTECTED]
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to