C linux progaram to compare the content between two files using only system calls.
To compile and run:
- open Terminal and compile the c file using "gcc -o ex1.exe ex1.c"
- ./ex1.exe "PATH_1" "PATH_2"
- the return value in case that the files are the same is 2 else 1