Search Results

Search: Posts Made By: bacpp
15,029
Posted By mirni
So your Makefile has been generated? And since...
So your Makefile has been generated? And since you're getting the error, the library hasn't been included in there, right? So you'll have to go back, and fix <something> to have the correct rule...
10,226
Posted By Shahul
u can replace multiple occurance in the same sed...
u can replace multiple occurance in the same sed itself for making change inside file.

sample one.


echo "first string,Second string"|sed 's/first/test1/g;s/second/test2/g'
test1...
1,314
Posted By KenJackson
It looks like you're just using $@.$$$$ very...
It looks like you're just using $@.$$$$ very briefly as a temporary file, whose name doesn't matter.
Why not use a different name that doesn't use dollar signs?

$@.TEMP

Or even the same...
1,314
Posted By JerryHone
The $$ in the gcc line, I believe, will be...
The $$ in the gcc line, I believe, will be different from the one in the sed line, so your sed will be operating on a different file from the one generated by the gcc. Try storing $$ into another...
Showing results 1 to 4 of 4

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