mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
unlink: Simplify, remove unsafe, move to core
This makes it no longer possible to pass multiple filenames, but every other implementation I tried (GNU, busybox, FreeBSD, sbase) also forbids that so I think it's for the best.
This commit is contained in:
parent
92a1f1422e
commit
b7d697753c
5 changed files with 42 additions and 100 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3197,7 +3197,6 @@ name = "uu_unlink"
|
|||
version = "0.0.7"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue