如何从命令行使用较less的命令跳转到特定的行?

我想要的东西是:

less -j 4567 file.txt

根据手册页 ,

less +4567 file.txt

会做你想要的。