archive
.bsteph.com
🌱
Find number of lines different between 2 files
diff file1.txt file2.txt
|
grep -v ^[1-9]
|
wc -l
cli