mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
all programs have been implemented, update of the README
This commit is contained in:
parent
8786bb6541
commit
f80f54aa87
1 changed files with 94 additions and 92 deletions
186
README.md
186
README.md
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||||
utilities in [Rust](http://www.rust-lang.org).
|
utilities in [Rust](http://www.rust-lang.org).
|
||||||
|
While all programs hve been implemented, some options might be missing
|
||||||
|
or different behavior might be experienced.
|
||||||
|
|
||||||
To install it:
|
To install it:
|
||||||
|
|
||||||
|
@ -408,98 +410,98 @@ Please note that this is not fully accurate:
|
||||||
See https://github.com/uutils/coreutils/issues/3336 for the main meta bugs
|
See https://github.com/uutils/coreutils/issues/3336 for the main meta bugs
|
||||||
(many are missing).
|
(many are missing).
|
||||||
|
|
||||||
| Done | WIP | To Do |
|
| Done | WIP |
|
||||||
|-----------|-----------|--------|
|
|-----------|-----------|
|
||||||
| arch | cp | stty |
|
| arch | cp |
|
||||||
| base32 | date | |
|
| base32 | date |
|
||||||
| base64 | dd | |
|
| base64 | dd |
|
||||||
| basename | df | |
|
| basename | df |
|
||||||
| basenc | expr | |
|
| basenc | expr |
|
||||||
| cat | install | |
|
| cat | install |
|
||||||
| chcon | ls | |
|
| chcon | ls |
|
||||||
| chgrp | more | |
|
| chgrp | more |
|
||||||
| chmod | numfmt | |
|
| chmod | numfmt |
|
||||||
| chown | od (`--strings` and 128-bit data types missing) | |
|
| chown | od (`--strings` and 128-bit data types missing) |
|
||||||
| chroot | pr | |
|
| chroot | pr |
|
||||||
| cksum | printf | |
|
| cksum | printf |
|
||||||
| comm | sort | |
|
| comm | sort |
|
||||||
| csplit | split | |
|
| csplit | split |
|
||||||
| cut | tac | |
|
| cut | tac |
|
||||||
| dircolors | test | |
|
| dircolors | test |
|
||||||
| dirname | dir | |
|
| dirname | dir |
|
||||||
| du | vdir | |
|
| du | vdir |
|
||||||
| echo | | |
|
| echo | stty |
|
||||||
| env | | |
|
| env | |
|
||||||
| expand | | |
|
| expand | |
|
||||||
| factor | | |
|
| factor | |
|
||||||
| false | | |
|
| false | |
|
||||||
| fmt | | |
|
| fmt | |
|
||||||
| fold | | |
|
| fold | |
|
||||||
| groups | | |
|
| groups | |
|
||||||
| hashsum | | |
|
| hashsum | |
|
||||||
| head | | |
|
| head | |
|
||||||
| hostid | | |
|
| hostid | |
|
||||||
| hostname | | |
|
| hostname | |
|
||||||
| id | | |
|
| id | |
|
||||||
| join | | |
|
| join | |
|
||||||
| kill | | |
|
| kill | |
|
||||||
| link | | |
|
| link | |
|
||||||
| ln | | |
|
| ln | |
|
||||||
| logname | | |
|
| logname | |
|
||||||
| ~~md5sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~md5sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| ~~sha1sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~sha1sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| ~~sha224sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~sha224sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| ~~sha256sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~sha256sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| ~~sha384sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~sha384sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | | |
|
| ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/main/src/uu/hashsum/src/hashsum.rs)) | |
|
||||||
| mkdir | | |
|
| mkdir | |
|
||||||
| mkfifo | | |
|
| mkfifo | |
|
||||||
| mknod | | |
|
| mknod | |
|
||||||
| mktemp | | |
|
| mktemp | |
|
||||||
| mv | | |
|
| mv | |
|
||||||
| nice | | |
|
| nice | |
|
||||||
| nl | | |
|
| nl | |
|
||||||
| nohup | | |
|
| nohup | |
|
||||||
| nproc | | |
|
| nproc | |
|
||||||
| paste | | |
|
| paste | |
|
||||||
| pathchk | | |
|
| pathchk | |
|
||||||
| pinky | | |
|
| pinky | |
|
||||||
| printenv | | |
|
| printenv | |
|
||||||
| ptx | | |
|
| ptx | |
|
||||||
| pwd | | |
|
| pwd | |
|
||||||
| readlink | | |
|
| readlink | |
|
||||||
| realpath | | |
|
| realpath | |
|
||||||
| relpath | | |
|
| relpath | |
|
||||||
| rm | | |
|
| rm | |
|
||||||
| rmdir | | |
|
| rmdir | |
|
||||||
| runcon | | |
|
| runcon | |
|
||||||
| seq | | |
|
| seq | |
|
||||||
| shred | | |
|
| shred | |
|
||||||
| shuf | | |
|
| shuf | |
|
||||||
| sleep | | |
|
| sleep | |
|
||||||
| stat | | |
|
| stat | |
|
||||||
| stdbuf | | |
|
| stdbuf | |
|
||||||
| sum | | |
|
| sum | |
|
||||||
| sync | | |
|
| sync | |
|
||||||
| tail | | |
|
| tail | |
|
||||||
| tee | | |
|
| tee | |
|
||||||
| timeout | | |
|
| timeout | |
|
||||||
| touch | | |
|
| touch | |
|
||||||
| tr | | |
|
| tr | |
|
||||||
| true | | |
|
| true | |
|
||||||
| truncate | | |
|
| truncate | |
|
||||||
| tsort | | |
|
| tsort | |
|
||||||
| tty | | |
|
| tty | |
|
||||||
| uname | | |
|
| uname | |
|
||||||
| unexpand | | |
|
| unexpand | |
|
||||||
| uniq | | |
|
| uniq | |
|
||||||
| unlink | | |
|
| unlink | |
|
||||||
| uptime | | |
|
| uptime | |
|
||||||
| users | | |
|
| users | |
|
||||||
| wc | | |
|
| wc | |
|
||||||
| who | | |
|
| who | |
|
||||||
| whoami | | |
|
| whoami | |
|
||||||
| yes | | |
|
| yes | |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue