Add cut to Cargo.toml, remove cut from To Do list

This commit is contained in:
polyphemus 2014-06-26 12:31:24 +02:00
parent 798af52077
commit a470c330e6
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -129,7 +129,6 @@ To do
- copy
- cp (not much done)
- csplit
- cut
- date
- dd
- df