The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
sed question
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
sed question
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-10-2008
mvijayv
Registered User
Join Date: Jan 2007
Posts: 16
This works for me ...
$echo "text * text"
text * text
$echo "text * text"|
sed
's/\*/\\052/g'
text \052 text
Hope this helps ...
Vj
mvijayv
View Public Profile
Find all posts by mvijayv
Find mvijayv's past nominations received
Find mvijayv's present nominations given