diff file1 file2 | awk '
$0 ~ /^</ {
print ""
}
{ print }
'
For further actions, you may consider blocking this person and/or reporting abuse
diff file1 file2 | awk '
$0 ~ /^</ {
print ""
}
{ print }
'
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)