Thread
:
How would you replace the n character in
View Single Post
#
2
(
permalink
)
06-28-2008, 05:26 AM
neelima.rai
Junior Member
Join Date: Jun 2008
Location: Bangalore
Posts: 10
n char in a file can be replaced using sed command as follows
sed s/n/abc/g filename > filename -> to replace all n chars with abc in file filename
sed s/n/abc/g filename -> just to view the changes
neelima.rai
View Public Profile
Send a private message to neelima.rai
Find all posts by neelima.rai