cat test11.txt
1
2
3
4
cat test22.txt
1
2
grep -Ff test22.txt test11.txt
1
2
grep -vf test22.txt test11.txt
3
4
Categories: Bash language
cat test11.txt
1
2
3
4
cat test22.txt
1
2
grep -Ff test22.txt test11.txt
1
2
grep -vf test22.txt test11.txt
3
4
221 Comments