You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2025-02-extending.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ page_template = "post.html"
5
5
authors = ["Sylvestre Ledru"]
6
6
+++
7
7
8
-
Over the last four years, we have been working on reimplementing some of the key Linux tools in Rust. We started with the[Coreutils](https://github.com/uutils/coreutils) and[findutils](https://github.com/uutils/findutils).
8
+
As I[just presented at FOSDEM](https://sylvestre.ledru.info/coreutils-fosdem-2025/), we are moving into the next phase of the uutils project.
9
+
10
+
Over the last five years, we have been working on reimplementing some of the key Linux tools in Rust. We started with the[Coreutils](https://github.com/uutils/coreutils) and[findutils](https://github.com/uutils/findutils).
9
11
10
12
As we approach feature parity with the GNU Coreutils implementation, and as its adoption in production environments continues to expand, we have been thinking about what is next.