Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash compare two files

# this will print if they're identical or not
diff file1 file2 -s
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #bash #compare #files
ADD COMMENT
Topic
Name
7+6 =