mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-04 00:25:40 +03:00
atrm: add Korean translation (#11674)
This commit is contained in:
parent
f048a476e5
commit
8291123e9a
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…
Reference in New Issue
Block a user