Skip to content

A C linux program, that recieve two paths of a text files and compare between them.

Notifications You must be signed in to change notification settings

Idosegal/C-linux-compare-between-two-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

C-linux-compare-between-two-files

C linux progaram to compare the content between two files using only system calls.

To compile and run:

  1. open Terminal and compile the c file using "gcc -o ex1.exe ex1.c"
  2. ./ex1.exe "PATH_1" "PATH_2"
  3. the return value in case that the files are the same is 2 else 1

About

A C linux program, that recieve two paths of a text files and compare between them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages