Search Results

Search: Posts Made By: Lycopene
6,284
Posted By Don Cragun
In your original script (which was passing many...
In your original script (which was passing many more of the tests), you had:
sed "s/$p1/$p2/g" "$p3" > temp.out
mv temp.out "$p3"Now you have:
sed "s/$p1/$p2/g" $FILE >...
6,284
Posted By Don Cragun
Did it look like you were getting the correct set...
Did it look like you were getting the correct set of arguments to give to sed when you tried my sample script? (Did you try my sample script before changing it?)

Why did you change:
for FILE in...
Showing results 1 to 2 of 2

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