Comment on Ask HN: What are your favorite one-liner shell commands you use?Comments−scrapheap1yThis one gets uses a lot to compare two versions a JSON file vimdiff <( jq < /tmp/file1.json ) <( jq < /tmp/file2.json )
Comments
This one gets uses a lot to compare two versions a JSON file