How can I extract the last 1000 lines from a log file?
tail -1000 file.log
How can I extract only lines with a special string in it?
grep special_string file.log
How can I extract log files with a special date/time?
Eu não tenho certeza se entendi este, você pode elaborar mais? O que você precisa fazer exatamente?