Update link to util-linux

This commit is contained in:
Jonathon Reinhart 2024-04-07 21:10:35 -04:00 committed by GitHub
parent 3105da19f7
commit ae7257d26e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,10 +9,10 @@
This projects aims at doing the same as https://github.com/uutils/coreutils for util-linux.
We are rewriting <a href="http://www.kernel.org/pub/linux/utils/util-linux/">these tools</a> in Rust as dropped-in replacements.
We are rewriting [these tools](https://github.com/util-linux/util-linux) in Rust as drop-in replacements.
First, reimplement the most important tools from util-linux:
First, reimplement the most important tools from util-linux
## System Information
- `dmesg`: Displays kernel messages.
- `lscpu`: Shows CPU architecture information.