tail -f tail -f test.log | while read line; do echo $line | iconv -f cp1251 -t utf8; done
Возврат к списку