less
Linux · Text · available in the simulator
What it does
Advanced pager (allows forward and backward navigation).
Syntax
less [opciones] archivo
Options and parameters
-NDisplay line numbers.
less -N archivo.log-SChop long lines rather than fold them; enables horizontal scrolling.
+FFollow the file in real time, like tail -f.
less +F /var/log/syslog-iIgnore case in searches.
-FExit immediately if the entire file can be displayed on one screen.
Usage examples
less archivo.txtless -N archivo.txtless /var/log/syslogless -N archivo.logless +F /var/log/syslog
Notes and common mistakes
- Inside less: / searches, n repeats search, q exits.