
less
List of commands for less:
-
less:tldr:0f8c9 less: Go to end / start of file.$ G (end), g (start)try on your machineexplain this command
-
less:tldr:39cb9 less: Forward search for a string (press `n`/`N` to go to next/previous match).$ /${something}try on your machineexplain this command
-
less:tldr:80061 less: Follow the output of the currently opened file.$ Ftry on your machineexplain this command
-
less:tldr:9e366 less: Open the current file in an editor.$ vtry on your machineexplain this command
-
less:tldr:dc0c7 less: Backward search for a string (press `n`/`N` to go to next/previous match).$ ?${something}try on your machineexplain this command