Search Results

Search: Posts Made By: milestails
Forum: Programming 01-24-2013
3,908
Posted By milestails
I really appreciate you help me! I don’t...
I really appreciate you help me!

I don’t have much real knowledge of this kind of stuff, nor know the technical terms. Most of what I know is just from messing around, one of these days I should...
Forum: Programming 01-22-2013
3,908
Posted By milestails
Sorry, I mean by taking this ...
Sorry, I mean by taking this

sprintf(leftCmd,"snmpget -v 1 -c \"%s\" %s %s | awk '{print $4 >> \"/tmp/value.txt\" }'", leftComunity,leftIP,leftMIB);
And changing | awk print in=$4 }.
By doing...
Forum: Programming 01-21-2013
3,908
Posted By milestails
In the file I have it does it about the same way...
In the file I have it does it about the same way as you said.
void getValues() {
char line[100];

remove("/tmp/value.txt");
system(leftCmd);
system(rightCmd);
system(ledCmd);
...
Forum: Programming 01-21-2013
3,908
Posted By milestails
C terminal commands
Hi
I am trying to modify a C program to work for my needs. Problem is I don't know any real programming. I would really appreciate it if someone could help me!
Basically it is to get bandwidth...
Showing results 1 to 4 of 4

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