Y
Hacker News
new
|
ask
|
show
|
jobs
by
HappyTypist
3635 days ago
People like cat because it allows notating the command closer to how they think. How can I pipe while putting the file first?
1 comments
yoha
3635 days ago
Well, just do it:
< unformatted.json python -mjson.tool | vim -
link