Answers for "get lines that match another file linux"

0

shell get all lines that are in one file and not another

diff file2 file1 | grep '^>' | sed 's/^>\ //'
Posted by: Guest on October-10-2021

Code answers related to "get lines that match another file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language