Hacker News new | ask | show | jobs
by stonogo 3943 days ago
It does if you use a fifo instead of a text file. This is the difference between basic Unix literacy and actual Unix proficiency. I'm not being insulting; very few people take the time to learn the tools Unix provides. And naturally, a developer is going to be more interested in writing tools than most.
1 comments

I don't think you can use a fifo with xargs, though it'd definitively work with a loop. Even with text files, using tail -f.