Search Results

Search: Posts Made By: selvaya
15,532
Posted By selvaya
[QUOTE=anurag.singh;302488022]always post exact...
[QUOTE=anurag.singh;302488022]always post exact input (or most generalized one). Try following:
echo "**abcd **1234** efgh**" | sed "s/\*\*/'''/2;s/\*\*/'''/2"


Thanks! That's was exactly what I...
15,532
Posted By selvaya
I have tried this one but this change all the *,...
I have tried this one but this change all the *, and I only want to change those strings who has two ** at the end and begginig. example:


**abcd **1234** efgh**
should be:
**abcd '''1234'''...
15,532
Posted By selvaya
Replace prefix and suffix of a string
Hi, I'm new about shell scripting, and I need to do something like

abcd **1234** efgh

by

abcd '''1234''' efgh

I know that command sed helps about change one string by another, but I dont...
Showing results 1 to 3 of 3

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