mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
atrm: add Spanish translation (#15197)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
5dc5762da2
commit
a73faebee0
1 changed files with 13 additions and 0 deletions
13
pages.es/common/atrm.md
Normal file
13
pages.es/common/atrm.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# atrm
|
||||
|
||||
> Elimina trabajos programados por comandos `at` o `batch`.
|
||||
> Para encontrar los números de trabajo usa `atq`.
|
||||
> Más información: <https://manned.org/atrm>.
|
||||
|
||||
- Elimina el trabajo número 10:
|
||||
|
||||
`atrm {{10}}`
|
||||
|
||||
- Elimina varios trabajos, separados por espacios:
|
||||
|
||||
`atrm {{15}} {{17}} {{22}}`
|
Loading…
Add table
Reference in a new issue