Skip to content

Commit

Permalink
suspend: add Spanish translation (#15368)
Browse files Browse the repository at this point in the history
* suspend: add Spanish translation

* Update pages.es/common/suspend.md

Co-authored-by: Igor Támara <[email protected]>

---------

Co-authored-by: Igor Támara <[email protected]>
  • Loading branch information
kant and ikks authored Dec 30, 2024
1 parent 5f535b1 commit f0dde99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages.es/common/suspend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# suspend

> Suspende la ejecución del intérprete de comandos actual.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#index-suspend>.
- Suspende el intérprete de comandos actual (útil para cuando está con intérpretes de comandos anidados como `su`):

`{{bash}} <Intro> suspend`

- Ejecuta en un terminal separado para continuar desde la suspensión si `suspend` fue usado en un intérprete de comandos no anidado:

`pkill -CONT bash`

- Fuerza la suspensión, incluso si esto bloquea el sistema:

`suspend -f`

0 comments on commit f0dde99

Please sign in to comment.