Search Results

Search: Posts Made By: oana06
1,240
Posted By oana06
in C language
in C language
1,240
Posted By oana06
unix process
I have to create a parent process that receives n arguments, arg1, arg2 ... argn. The parent creates n son processes. Each one of these will read a text file argi and will print the pair of lines...
2,491
Posted By oana06
shell program- how many times a function is called
We have a program source C and is required to indicate how many times each function is called from the C program. also print the line number where there is a call.
I've tried something like this:
...
1
awk
1,058
Posted By oana06
awk
I have to print the total number of bytes in all the files in the current directory that were last modified in November (of any year). (with awk).
I`ve tried this command:
ls -l | awk '$6 == "Nov"...
Showing results 1 to 4 of 4

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