1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/unlink.md

10 lines
316 B
Markdown
Raw Normal View History

# unlink
> 从文件系统中删除对文件的链接。
> 如果链接是文件的最后一个,文件内容将丢失。
> 更多信息:<https://www.gnu.org/software/coreutils/manual/html_node/unlink-invocation.html>.
- 如果是最后一个链接,则删除指定的文件:
`unlink {{路径/到/文件}}`