Skip to content

Instantly share code, notes, and snippets.

@yazgazan
Last active August 29, 2015 14:12
Show Gist options
  • Save yazgazan/d427cc28ab018e003dc2 to your computer and use it in GitHub Desktop.
Save yazgazan/d427cc28ab018e003dc2 to your computer and use it in GitHub Desktop.
(for 1 {
echo -n "useless";
sleep 1;
echo " line"
}) | :clock # this is the clock
any_program | :signal # this is the signal
:clock,signal | grep -v "useless line"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment