Live data from Hacker News

For the Love of Pipes

blog.jessfraz.com

1–10 of 323 posts

Re: For the Love of Pipes

#2
Anyone else disappointed that this wasn't some in-depth, Docker related pipe usage post?

For those of us that know who Jess is, the post is a little lacking. I went there to read about some cool things she's doing with pipe, but was disappointed at a post that contained nothing.

Re: For the Love of Pipes

#4

Anyone else disappointed that this wasn't some in-depth, Docker related pipe usage post? For those of us that know who Jess is, the post is a little lacking. I went there to read about some cool things she's doing with pipe, but was disappointed at a post that contained nothing.

Thanks for the insight, internet guy.

Re: For the Love of Pipes

#5

Anyone else disappointed that this wasn't some in-depth, Docker related pipe usage post? For those of us that know who Jess is, the post is a little lacking. I went there to read about some cool things she's doing with pipe, but was disappointed at a post that contained nothing.

I disagree - the pipe command is trivial at least to us whom have used linux (or unix) based systems for a long time.

But to people who follow her and are rather new to this way of doing things, this could be a good read.

Either way, it is nice to be reminded of the unix philosophy about chaining tools together for junior and senior alike.

Edit: typo fixes

Re: For the Love of Pipes

#6

Anyone else disappointed that this wasn't some in-depth, Docker related pipe usage post? For those of us that know who Jess is, the post is a little lacking. I went there to read about some cool things she's doing with pipe, but was disappointed at a post that contained nothing.

no

Re: For the Love of Pipes

#7
awk, grep, sort, and pipe. I'm always amazed at how well thought out, simple, functional, and fast the unix tools are. I still prefer to sift through and validate data using these tools rather than use excel or any full-fledged language.

Edit: Also "column" to format your output into a table.

Re: For the Love of Pipes

#9
If only there was some standard format to interchange structured data over pipes, other than plain text delimited with various (incompatible) combinations of whitespaces, using various (incompatible) escaping schemes.
Post reply on HN