common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
# unlink
> 파일 시스템에서 파일에 대한 링크를 제거.
> 해당 링크가 파일의 마지막 링크인 경우 파일 내용이 손실됩니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/unlink>.
- 지정된 파일이 마지막 링크인 경우 해당 파일 제거:
`unlink {{경로/대상/파일}}`