Skip to content

Commit 24d2291

Browse files
authored
blog post: sort by alphabetic order
1 parent 0fc6762 commit 24d2291

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/blog/2024-10-extending.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,17 @@ As with any large-scale reimplementation, there are challenges to overcome. Port
3030
### Next Steps
3131

3232
For the next phase of the project, we are adopting the same approach: a drop-in replacement of the C implementations. Here's what's coming next:
33-
3433
| Name | Description | Status |
3534
|----------------------------------------------------|----------------------------------------------------|-----------------------------|
36-
| [diffutils](https://github.com/uutils/diffutils) | File comparison utilities | Almost ready |
37-
| [procps](https://github.com/uutils/procps) | Utilities for monitoring and controlling processes | |
3835
| [acl](https://github.com/uutils/acl) | Access control list utilities | |
39-
| [util-linux](https://github.com/uutils/util-linux) | Utilities essential for Linux systems | |
4036
| [bsdutils](https://github.com/uutils/bsdutils) | Basic utilities for BSD compatibility | |
41-
| [login](https://github.com/uutils/login) | User login management utilities | |
42-
| [hostname](https://github.com/uutils/hostname) | Utility to show or set system hostname | |
4337
| [coreutils](https://github.com/uutils/coreutils) | Basic utilities for the system | Production level |
38+
| [diffutils](https://github.com/uutils/diffutils) | File comparison utilities | Almost ready |
4439
| [findutils](https://github.com/uutils/findutils) | utilities for finding files | Getting close to completion |
40+
| [hostname](https://github.com/uutils/hostname) | Utility to show or set system hostname | |
41+
| [login](https://github.com/uutils/login) | User login management utilities | |
42+
| [procps](https://github.com/uutils/procps) | Utilities for monitoring and controlling processes | |
43+
| [util-linux](https://github.com/uutils/util-linux) | Utilities essential for Linux systems | |
4544

4645
These packages are part of the essential list for Debian and Ubuntu, and we're excited to push their Rust reimplementation further.
4746

0 commit comments

Comments
 (0)