Skip to content

My project for the Operating Systems lab @ Faculty of Automatics and Computers, UPT

Notifications You must be signed in to change notification settings

ad0bre/OperatingSystemsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Project

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.

Footnotes

  1. uses GCC compiler, check if available

  2. this project uses a mock directory to demonstrate how the code functions, you are free to use any other directory you want

About

My project for the Operating Systems lab @ Faculty of Automatics and Computers, UPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published