The Open Source Swiss Army Knife

/unix/unix_editors/sed/
/unix/unix_editors/sed/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /unix   /unix_editors   /sed 
Permalink: a3.sed
Title: a multi-line example with redirection
article options : please login

(run from the commandline exactly as is here)
sed \
-e 's@NAME@x11-ssh-askpassg' \
-e 's
@VERSION@#1.2.4.1#g' \
-e 's@DATE@September 17, 2001#g' \
<x11-ssh-askpass.man.in >x11-ssh-askpass.man.tmp
mv -f x11-ssh-askpass.man.tmp x11-ssh-askpass.man


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top