Display File - Interact and Scroll with More | Online Free DevTools by Hexmos
Display a file interactively with More, allowing scrolling and searching within the file content. Easily navigate large text files using command line. Free online tool, no registration required.
more
Interactively display a file, allowing scrolling and searching. See also:
less
. More information: https://manned.org/more.
- Open a file:
more {{path/to/file}}
- Display a specific line:
more +{{line_number}} {{path/to/file}}
- Go to the next page:
<Space>
- Search for a string (press
<n>
to go to the next match):
</>{{something}}<Enter>
- Exit:
<q>
- Display help about interactive commands:
<h>