1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/linux/xclock.md
코드싸이 193c0fe90a
zic: add Korean translation, linux/x*: add Korean translation (#14757)
* linux/x*: add Korean translation

* linux/zic: add Korean translation
2024-11-10 16:44:04 +09:00

636 B

xclock

아날로그 또는 디지털 형태로 시간을 표시합니다. 더 많은 정보: https://manned.org/xclock.

  • 아날로그 시계 표시:

xclock

  • 시와 분 필드만 있는 24시간 디지털 시계 표시:

xclock -digital -brief

  • strftime 형식 문자열을 사용하여 디지털 시계 표시 (strftime(3) 참조):

xclock -digital -strftime {{형식}}

  • 매 초 업데이트되는 시, 분, 초 필드가 있는 24시간 디지털 시계 표시:

xclock -digital -strftime '%H:%M:%S' -update 1

  • 시와 분 필드만 있는 12시간 디지털 시계 표시:

xclock -digital -twelve -brief