Search Results

Search: Posts Made By: vipin auja
Forum: Programming 01-23-2014
1,935
Posted By vipin auja
Getting error address already in use in socket programming
Hi ,

I am getting error in bind function of "Address already in use" even also i have used the setsockopt function in that case .

Please help

int ret = 0;
int ...
953
Posted By vipin auja
Reply:Want to get lines before specific pattern
Hi Clx,

Thanks for replying.
there is no relation " INVALID ABC" is just pattern . i just want to get the values of abc and def and i want to write in the file

abc and def are above the...
953
Posted By vipin auja
Want to get lines before specific pattern
Hi ,
I want to insert data into a new file after grepping specific pattern . for more info please read following
for example:
abc=12345678902222
def=45678904444
-------
-------
INAVLID ABC
...
1,088
Posted By vipin auja
thanks eveyone but i want to save the changes in file
if i do
vi client.cc

and want to comment "using namespace std;" it should be saved

using namespace std;

int main(int argc, char *argv[])
{
int sockfd, portno, n;
struct...
1,088
Posted By vipin auja
I want to insert "#" at specific line in file
input
i am good

output
#i am good
Showing results 1 to 5 of 5

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