Search Results

Search: Posts Made By: arvind_aks15
6,892
Posted By arvind_aks15
getting something like this in Debugg "set -x" ...
getting something like this in Debugg "set -x"
used your suggestion
sed "s/'$s'/'$h'/g" filename
o/p ++ sed 's/'\''93 '\''/'\''101 '\''/g'

earlier getting...
6,892
Posted By arvind_aks15
find and replace using sed
Hello Everybody,
I am doing something like this on Redhat Linux

h=`cut -d"." -f4 file1`
s=`cut -d"." -f4 file2`
sed "s/$h/$s/g" file3

but this is not working
but if giving constant...
Showing results 1 to 2 of 2

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