mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:15:33 +02:00
atrm: add Korean translation (#11674)
This commit is contained in:
parent
f048a476e5
commit
8291123e9a
1 changed files with 13 additions and 0 deletions
13
pages.ko/common/atrm.md
Normal file
13
pages.ko/common/atrm.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# atrm
|
||||
|
||||
> `at` 또는 `batch` 명령으로 예약된 작업 제거.
|
||||
> 작업 번호를 찾으려면 `atq`를 사용하세요.
|
||||
> 더 많은 정보: <https://manned.org/atrm>.
|
||||
|
||||
- 작업 번호 10 제거:
|
||||
|
||||
`atrm {{10}}`
|
||||
|
||||
- 공백으로 구분된 여러 작업 제거:
|
||||
|
||||
`atrm {{15}} {{17}} {{22}}`
|
Loading…
Add table
Reference in a new issue