Hacker News new | ask | show | jobs
by foota 2123 days ago
This only seems to use the good parts of the shell, easy piping and redirection, while dropping the language for logic.
1 comments

It also appears to use some bad parts, e.g. command line switches and unquoted arguments.
Unquoted argument is not an issue here, see some examples here: https://github.com/rust-shell-script/rust_cmd_lib/issues/10