Comment on Parsing JSON in Forty Lines of AwkparentComments−poke6461yIn this case the Perl one-liner would be conceptually identical, the same length, but more performant (no calling out to rm): diff -rs a/ b/ | perl -ane '/identical$/ && unlink $F[3]'
Comments
In this case the Perl one-liner would be conceptually identical, the same length, but more performant (no calling out to rm):