diff --git a/pages.es/common/more.md b/pages.es/common/more.md index 048d79fd4..ec033ef50 100644 --- a/pages.es/common/more.md +++ b/pages.es/common/more.md @@ -7,6 +7,14 @@ `more {{ruta/al/archivo}}` +- Abre un archivo mostrando desde una línea especifica: + +`more +{{numero_linea}} {{ruta/al/archivo}}` + +- Muestra la ayuda: + +`more --help` + - Avanza hacia la siguiente página: `` @@ -18,3 +26,7 @@ - Salir: `q` + +- Muestra la ayuda sobre comandos interactivos: + +`h` diff --git a/pages/common/more.md b/pages/common/more.md index 1ea8a9a67..6717ded34 100644 --- a/pages/common/more.md +++ b/pages/common/more.md @@ -1,12 +1,21 @@ # more -> Open a file for interactive reading, allowing scrolling and search (in forward direction only). +> Open a file for interactive reading, allowing scrolling and search. +> More information: . - Open a file: -`more {{source_file}}` +`more {{path/to/file}}` -- Page down: +- Open a file displaying from a specific line: + +`more +{{line_number}} {{path/to/file}}` + +- Display help: + +`more --help` + +- Go to the next page: `` @@ -17,3 +26,7 @@ - Exit: `q` + +- Display help about interactive commands: + +`h`