mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
572 B
572 B
reflac
FLAC 파일을 메타데이터를 유지하며 제자리에서 재압축. 더 많은 정보: https://github.com/chungy/reflac.
- FLAC 파일이 있는 디렉토리 재압축:
reflac {{경로/대상/폴더}}
- 최대 압축 사용 (매우 느림):
reflac --best {{경로/대상/폴더}}
- 처리 중인 파일 이름 표시:
reflac --verbose {{경로/대상/폴더}}
- 하위 디렉토리까지 재귀적으로 처리:
reflac --recursive {{경로/대상/폴더}}
- 파일 수정 시간 보존:
reflac --preserve {{경로/대상/폴더}}