TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JQ is a symptom

3 pointsby dcuover 6 years ago

1 comment

taylodlover 6 years ago
Yes, we work with structured data - especially JSON. Thank goodness we have jq to deal with that. Need to work with APIs? There's always wget and curl and should you need anything more extensive you can create a javascript file and execute it with node - all from within bash. Bottom line, I can do everything I need to do from the command line or from a bash script without having the bash maintainers needing to worry about creating and maintaining the functionality of jq, wget, curl, etc. within bash. It seems to me that the "problem" is more elegant than the "solution."