Article 5KV2R /dev/null mystery

/dev/null mystery

by
igadoter
from LinuxQuestions.org on (#5KV2R)
This
Code:$ grep "5" <(ping www.google.com) > fooand this
Code:$ grep "5" <(ping www.google.com) > /dev/nullbehaves completely different. The first there are matches but no matter file foo is all time empty. Second: the first command never stops while the second one stops after the first match (supposedly).
Piping works as expected
Code:$ ping www.google.com | grep "5" > /dev/nullit is never stopping process.latest?d=yIl2AUoC8zA latest?i=N3vQhsvZrPo:WyyE5QBOV1c:F7zBnMy latest?i=N3vQhsvZrPo:WyyE5QBOV1c:V_sGLiP latest?d=qj6IDK7rITs latest?i=N3vQhsvZrPo:WyyE5QBOV1c:gIN9vFwN3vQhsvZrPo
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments