mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 07:58:59 +00:00
Update cheatsheets
This commit is contained in:
14
unlink
Normal file
14
unlink
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# unlink
|
||||
|
||||
> Remove a link to a file from the filesystem.
|
||||
> The file contents is lost if the link is the last one to the file.
|
||||
> More information: <https://www.gnu.org/software/coreutils/unlink>.
|
||||
|
||||
- Remove the specified file if it is the last link:
|
||||
|
||||
`unlink {{path/to/file}}`
|
||||
Reference in New Issue
Block a user