linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation * linux/m*: add Korean translation
This commit is contained in:
32
pages.ko/linux/mpg123.md
Normal file
32
pages.ko/linux/mpg123.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# mpg123
|
||||
|
||||
> 콘솔 MPEG 오디오 플레이어.
|
||||
> 더 많은 정보: <https://manned.org/mpg123>.
|
||||
|
||||
- 지정된 mp3 파일 재생:
|
||||
|
||||
`mpg123 {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||||
|
||||
- `stdin`에서 mp3 재생:
|
||||
|
||||
`cat {{파일.mp3}} | mpg123 -`
|
||||
|
||||
- 다음 곡으로 건너뛰기:
|
||||
|
||||
`f`
|
||||
|
||||
- 현재 곡의 처음으로 돌아가기:
|
||||
|
||||
`b`
|
||||
|
||||
- 현재 파일 정지 또는 다시 재생:
|
||||
|
||||
`s`
|
||||
|
||||
- 빨리 감기:
|
||||
|
||||
`.`
|
||||
|
||||
- 종료:
|
||||
|
||||
`q`
|
Reference in New Issue
Block a user