Skip to content

Comparing the differences between your old file and new file by terminal on Mac

Notifications You must be signed in to change notification settings

alan-nguyen/compare-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

compare-files

Comparing the differences between your old file and new file by terminal on Mac

#Compare old version file and new version file

cd Downloads/ #change directory to Downloads folder which contains your files diff -u game_new.js game_old.js #compare the difference between two files

#that's it #just a basic step #the end

About

Comparing the differences between your old file and new file by terminal on Mac

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published