Y
Hacker News
new
|
ask
|
show
|
jobs
by
foota
2169 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
IshKebab
2169 days ago
It also
appears
to use some bad parts, e.g. command line switches and unquoted arguments.
link
rustshellscript
2169 days ago
Unquoted argument is not an issue here, see some examples here:
https://github.com/rust-shell-script/rust_cmd_lib/issues/10
link