DEV Community

Discussion on: What are your UNIX pipeline commands that saved you from lot of coding/time?

Collapse
 
oscherler profile image
Olivier “Ölbaum” Scherler

I have a lot of data in JSON format, and gron has been a lifesaver. Combined with the usual suspects grep, sed, cut, awk, sort, etc.

Collapse
 
nafhn profile image
Nathan Macey

Cool! This looks a lot simpler than jq (which I use regularly).