I have a file1.txt
and file2.txt
i want to tell if all the information in file1
is in file2
. If it is, then output it to file3.txt
otherwise dont do anything.
I looked at comm
command and diff, but it isnt apparent comm
may be best for this use case.
can someone help?
Thanks