I want something like:
less -j 4567 file.txt
Per the man page,
less +4567 file.txt
will do what you want.