Hacker News new | ask | show | jobs
by illicium 5040 days ago
How about:

    grep Hardcover | grep Kindle
1 comments

Yup, but I had meant in one command though, i.e.

  sed -n '/Kindle/{/Hardcover/p}'