1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/rdfind.md
코드싸이 fd7d9f925b
common/r*: add Korean translation (#14644)
* 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>
2024-11-07 10:35:14 +09:00

622 B

rdfind

중복된 내용을 가진 파일을 찾아 제거. 더 많은 정보: https://rdfind.pauldreik.se.

  • 주어진 디렉터리에서 모든 중복 파일을 식별하고 요약 출력:

rdfind -dryrun true {{경로/대상/폴더}}

  • 모든 중복 파일을 하드 링크로 교체:

rdfind -makehardlinks true {{경로/대상/폴더}}

  • 모든 중복 파일을 심볼릭 링크/소프트 링크로 교체:

rdfind -makesymlinks true {{경로/대상/폴더}}

  • 모든 중복 파일 삭제하고 빈 파일 무시 안 함:

rdfind -deleteduplicates true -ignoreempty false {{경로/대상/폴더}}