mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
atq: add Korean translation (#11576)
This commit is contained in:
parent
4d03873c18
commit
040c94dfa0
1 changed files with 16 additions and 0 deletions
16
pages.ko/common/atq.md
Normal file
16
pages.ko/common/atq.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# atq
|
||||
|
||||
> `at` 또는 `batch` 명령으로 예약된 작업 표시.
|
||||
> 더 많은 정보: <https://manned.org/atq>.
|
||||
|
||||
- 현재 사용자의 예약된 작업 표시:
|
||||
|
||||
`atq`
|
||||
|
||||
- 'a'라는 대기열의 작업 표시 (대기열에는 단일 문자 이름이 있음):
|
||||
|
||||
`atq -q {{a}}`
|
||||
|
||||
- 모든 사용자의 직업 표시 (슈퍼유저로 실행):
|
||||
|
||||
`sudo atq`
|
Loading…
Add table
Reference in a new issue