Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mendel5/compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

compare

Compare two files on a GNU/Linux system to verify if they are identical or not.

sha256sum file_1.txt
sha256sum file_2.txt

Only use sha256sum. Do not use sha1sum or md5sum.

Spaces can be escaped with a backslash:

sha256sum file\ 3.txt

Links:

About

Compare two files on a GNU/Linux system to verify if they are identical or not.

Topics

Resources

License

Stars

Watchers

Forks