mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Add cut to Cargo.toml, remove cut from To Do list
This commit is contained in:
parent
798af52077
commit
a470c330e6
2 changed files with 4 additions and 1 deletions
|
@ -31,6 +31,10 @@ path = "comm/comm.rs"
|
||||||
name = "cp"
|
name = "cp"
|
||||||
path = "cp/cp.rs"
|
path = "cp/cp.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "cut"
|
||||||
|
path = "cut/cut.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "dirname"
|
name = "dirname"
|
||||||
path = "dirname/dirname.rs"
|
path = "dirname/dirname.rs"
|
||||||
|
|
|
@ -129,7 +129,6 @@ To do
|
||||||
- copy
|
- copy
|
||||||
- cp (not much done)
|
- cp (not much done)
|
||||||
- csplit
|
- csplit
|
||||||
- cut
|
|
||||||
- date
|
- date
|
||||||
- dd
|
- dd
|
||||||
- df
|
- df
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue