Answers for "compare two files shell script"

0

compare two files shell script

if cmp -s "file1" "file2"
then
   echo "The files match"
else
   echo "The files are different"
fi
Posted by: Guest on March-30-2022

Code answers related to "compare two files shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language