mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Implement expand
This commit is contained in:
parent
5b1eee0e98
commit
69cb8da6ed
4 changed files with 173 additions and 1 deletions
|
@ -51,6 +51,10 @@ path = "echo/echo.rs"
|
|||
name = "env"
|
||||
path = "env/env.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "expand"
|
||||
path = "expand/expand.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "factor"
|
||||
path = "factor/factor.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue