coreutils
coreutils copied to clipboard
Make kill command more UNIX like
Add support for the following syntax:
- -SIG_NUM
- -SIG_NAME
- -s SIG_NAME
- -l
- -l SIG_NUM ...
- -l SIG_NAME ...
Making a note that before merge, I want to finish signals support in Redox. Also, this will need to build on Redox, and I do not believe the nix crate will compile for Redox.
@jackpot51, well nix is for all Unix except redox
I mean there is a condition for nix dependency in Cargo.toml:
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
nix = ">=0.8"
Maybe there is a better way to specify such dependency though.
Redox moved to GitLab years ago, thus if you still want to merge it, move this pull request to there.
If you still want to contribute to Redox, talk with us in the Matrix chat.