mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 18:51:06 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
14
tldr/unlink
Normal file
14
tldr/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