My project for the Operating Systems lab @ Faculty of Automatics and Computers, UPT
project made by: DOBRE Andrei-Lucian
To run the program.c file, download this project, then in the command line run:
gcc -g program.c -o program
./program dir out <c>
The first command, gcc -g program.c -o program
compiles1 the program.c file and generates the executable file program .
The second command, ./program dir out <c>
runs the executable file program, taking the name of the attached directories dir and out and the character as parameters2.
This C program takes a directory as input and, for each of it's entries, creates a statistics file in the out directory where informations about the corresponfing entry is written. The names of these statistics file are [name of dir entry]_statistica.txt.