Browse Source

atrm: add Korean translation (#11674)

HoJeong Im 1 year ago
parent
commit
8291123e9a
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages.ko/common/atrm.md

+ 13 - 0
pages.ko/common/atrm.md

@@ -0,0 +1,13 @@
+# atrm
+
+> `at` 또는 `batch` 명령으로 예약된 작업 제거.
+> 작업 번호를 찾으려면 `atq`를 사용하세요.
+> 더 많은 정보: <https://manned.org/atrm>.
+
+- 작업 번호 10 제거:
+
+`atrm {{10}}`
+
+- 공백으로 구분된 여러 작업 제거:
+
+`atrm {{15}} {{17}} {{22}}`