less /var/log/example.log G 跳转到最后一行 g跳转到第一行 /pattern 搜索 n下一个匹配 N上一个匹配
less /var/log/example.log
G 跳转到最后一行
g跳转到第一行
/pattern 搜索
n下一个匹配
N上一个匹配