1
0
Fork 0
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:
Igor Támara 2024-12-19 12:46:43 -05:00 committed by GitHub
parent 5dc5762da2
commit a73faebee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
pages.es/common/atrm.md Normal file
View 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}}`