Search Results

Search: Posts Made By: arsh
174,849
Posted By arsh
Let me be more specific here: I have two...
Let me be more specific here:

I have two variables in a shell script that I assign by reading contents of a file
The contents are as such
a="$var1=xyz"
b="$var1=abc"

I need to search a...
174,849
Posted By arsh
pipe output of grep to sed?
Is there a way I can do this:

search for text and replace line containing matched text with a different line?
For example:

"I want to replace text"

I want to search for replace and then...
2,697
Posted By arsh
sed variable substitution problem
Hi,
I am facing a strange problem. I have a script that used the following to search and replace text:
sed 's/'"${find_var_parm}"'/'"${find_var_filter}"'/g' $ParmFile > $TempFile

The values of...
Showing results 1 to 3 of 3

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