Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
omginternets
3y ago
0 comments
Save
Share
If I had a nickel for each `cat foo.json | jq | pbcopy`, I'd be a rich man :)
0 comments
1 comments · 1 top-level
top
newest
oldest
maleldil
3y ago
That's a useless use of cat. You can use `jq . foo.json | pbcopy` or `jq < foo.json | pbcopy`.
6 more replies
j
/
k
navigate · click thread line to collapse