1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 18:35:31 +02:00
tldr/pages.ko/common/link.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

9 lines
349 B
Markdown

# link
> 기존 파일에 대한 하드 링크 생성.
> 더 많은 옵션은 `ln` 명령을 참조하세요.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html>.
- 기존 파일에 새로운 파일로 하드 링크 생성:
`link {{경로/대상/기존_파일}} {{경로/대상/새로운_파일}}`