common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# lastcomm
> 마지막으로 실행된 명령어를 표시.
> 더 많은 정보: <https://manpages.debian.org/latest/acct/lastcomm.1.en.html>.
- acct (기록 파일)에 있는 모든 명령어 정보 출력:
`lastcomm`
- 특정 사용자가 실행한 명령어 표시:
`lastcomm --user {{사용자}}`
- 시스템에서 실행된 특정 명령어 정보 표시:
`lastcomm --command {{명령어}}`
- 특정 터미널에서 실행된 명령어 정보 표시:
`lastcomm --tty {{터미널_이름}}`