-S or --chop-long-lines
Causes lines longer than the screen width to be chopped (truncated) rather than wrapped. Also works after file is opened (`- S ENTER`)
-n or --line-numbers
Suppresses line numbers.
Key | Action |
---|---|
F | simulate tail -f |
= | file info |
&pattern | Display only lines which match the pattern |
! | Display only lines which do NOT match the pattern |
/pattern | Search forward for (N-th) matching line |
?pattern | Search backward for (N-th) matching line |
n | Repeat previous search (for N-th occurrence) |
N | Repeat previous search in reverse direction |
:n | Examine the next file |
Posted by Ev Dolzhenko to Ev's deck (2014-01-28 17:47)