I\'m looking to write to a file after piping output from tail -f through to grep. Say,write to a file \"temp\" for all lines with \"Playing:\" within in error_log \"FreeSwit
Did you put the file name after the >?
>
tail -f /var/lof/freeswitch/freeswitch.log | grep "Playing:" > temp