mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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"
|
||||
path = "cp/cp.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "cut"
|
||||
path = "cut/cut.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "dirname"
|
||||
path = "dirname/dirname.rs"
|
||||
|
|
|
@ -129,7 +129,6 @@ To do
|
|||
- copy
|
||||
- cp (not much done)
|
||||
- csplit
|
||||
- cut
|
||||
- date
|
||||
- dd
|
||||
- df
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue