Search Results

Search: Posts Made By: bhrat kapoor
1,057
Posted By bhrat kapoor
how to use this ?
how to use this ?
1,057
Posted By bhrat kapoor
Problem with sed
Hi,

I facing some problem while doing sed .
I have simple script.


#!/bin/sh
set -x
set -v
Test1=""

sed -e s/dbccons_sparc/dbccons_linux/ \
-e...
1,545
Posted By bhrat kapoor
If I need to do some opration like : s+'\"[...
If I need to do some opration like : s+'\"[ \t]*\\'+' \t\\'+
how to keep this in this code.

sed 's/dbccons_sparc/dbccons_linux/
s/rsh/no/' test1.res > test1.output
1,545
Posted By bhrat kapoor
Problem with sed
Hi,

I facing some problem while doing sed .
I have simple script.

#!/bin/sh
set -x
set -v
Test1=""

sed -e s/dbccons_sparc/dbccons_linux/ \
-e...
1,920
Posted By bhrat kapoor
it will not work " is a special character so we...
it will not work " is a special character so we need to use backslash before that .....
but still not succeed what i want :(
1,920
Posted By bhrat kapoor
first statement : sed -e s/\"\$hi/\$hi/ \...
first statement : sed -e s/\"\$hi/\$hi/ \ working fine replacing the patten in test.out file .
but in second one : test.res file contain space between " and / and i want to replace it to space and...
1,920
Posted By bhrat kapoor
pattern search with sed
Hi,

I want to do replacing of some pattern by using sed.

pattern : " white space / to white space /

script is :

sed -e s/\"\$hi/\$hi/ \
-e s/\"\ \\/\\/ \
test.res >...
1,068
Posted By bhrat kapoor
where to post this request ?
where to post this request ?
1,068
Posted By bhrat kapoor
replacing pattern
hi,
I want to do replacing of some pattern by using sed.

pattern : " white space / to white space /

please help

-bhrat
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 01:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy