我需要从日志文件中检索最后100行日志.我尝试了sed命令
sed -n -e '100,$p' logfilename
请让我知道如何更改此命令以专门检索最后 100行.
linux logging sed
linux ×1
logging ×1
sed ×1