❓ Как вывести только последние 100 строчек логов
Anonymous Quiz
1%
head -n 100 /path/to/logfile
7%
log -n 100 /path/to/logfile
5%
cat -n 100 /path/to/logfile
87%
tail -n 100 /path/to/logfile