mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Implement shred
This commit is contained in:
parent
122284e25a
commit
eb6453013e
6 changed files with 478 additions and 1 deletions
|
@ -63,6 +63,7 @@ generic = [
|
|||
"rm",
|
||||
"rmdir",
|
||||
"seq",
|
||||
"shred",
|
||||
"shuf",
|
||||
"sleep",
|
||||
"sort",
|
||||
|
@ -134,6 +135,7 @@ relpath = { optional=true, path="src/relpath" }
|
|||
rm = { optional=true, path="src/rm" }
|
||||
rmdir = { optional=true, path="src/rmdir" }
|
||||
seq = { optional=true, path="src/seq" }
|
||||
shred = { optional=true, path="src/shred" }
|
||||
shuf = { optional=true, path="src/shuf" }
|
||||
sleep = { optional=true, path="src/sleep" }
|
||||
sort = { optional=true, path="src/sort" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue