Search Results

Search: Posts Made By: beandj
Forum: Programming 11-26-2010
3,362
Posted By beandj
ok... i understod how i fix this ?! ...
ok... i understod

how i fix this ?!

teste.txt



father send to child the ("arquivoFilho.txt")


child send to father ("arquivoPai.txt")



can i change this program to do ?!
...
Forum: Programming 11-25-2010
3,362
Posted By beandj
to get odd and pair lines in the text
to get odd and pair lines in the text
Forum: Programming 11-23-2010
3,362
Posted By beandj
#include <stdlib.h> #include <stdio.h> ...
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>

int main(){


int pos = 0;
char leitor[1000] = "Testando Leitor";
char reader[1000] =...
Forum: Programming 11-22-2010
3,362
Posted By beandj
i read this... have another ways to do?! ...
i read this...

have another ways to do?!

2 pipes
father read... send to child... and child print in child.txt (a pair line)
after child read... send to father... and father print in...
Forum: Programming 11-22-2010
3,362
Posted By beandj
3include <stdlib.h> #include <stdio.h> ...
3include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>

int main(){


int pos;
char leitor[1000];
char reader[1000];

FILE *arq, *arq1, *arq2;...
Forum: Programming 11-22-2010
3,362
Posted By beandj
Pipe error
hi guys, o have a big error
in this program but i cant solve

someone ?!


#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>

int main(int argc, char *argv[]){...
2,382
Posted By beandj
pipe program in C
Hello guys,

my professor give me 2 days to study and make a program usign pipe, fork in c

i need to do a program

read a arq.txt
the father process read the file and the child print !

...
Forum: Programming 11-21-2010
2,701
Posted By beandj
pipe program in C
Hello guys,

my professor give me 2 days to study and make a program usign pipe, fork in c

i need to do a program

read a arq.txt
the father process read the file and the child print !
...
5,928
Posted By beandj
sorry !!! XDD
sorry !!! XDD
5,928
Posted By beandj
thks ahmad.dias nice one !
thks ahmad.dias

nice one !
5,928
Posted By beandj
I don't know how to explain how much do you help...
I don't know how to explain how much do you help me !

thks a lot !!!!
5,928
Posted By beandj
I'll try to explain better history.txt (...
I'll try to explain better

history.txt ( the numbers is the timestamp under this is the command used)

1285875611
last
1285875780
history
1285871080
nano .bashrc
1285871000
history
...
5,928
Posted By beandj
Complex Script
hey... i had a big problem with my professor

i have 3 simple archives

in.txt -> had all timestamps of users logon (100lines)
ex. 111111
222222
333333
out.txt -> had...
2,161
Posted By beandj
thks ! for all
thks ! for all
2,161
Posted By beandj
sorryy i will repost it
sorryy

i will repost it
2,161
Posted By beandj
How to sum 2 files?
i have arq1.txt , like this:

1
2
3
4
5

and another arq2.txt

1
2
3
4
5

how to make this:

2
4
Showing results 1 to 16 of 16

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