'toy pensando en grabar algo sobre uso fundamental pero completillo de #gnu #coreutils, para quienes empiezan en #linux (o quieren asentar bases) 🤔
https://jartigag.github.io/a/u/0.html
Latest posts tagged with #CoreUtils on Bluesky
'toy pensando en grabar algo sobre uso fundamental pero completillo de #gnu #coreutils, para quienes empiezan en #linux (o quieren asentar bases) 🤔
https://jartigag.github.io/a/u/0.html
I just discovered the `od` command. It's a #coreutil .
It defaults to octal..? Based on what I've read in the manpages, it seems to me that octal was a format preferred by a lot of the
To work similar to `hd` (which is *not* a coreutil), you can use `od -A x -t x1z`. You can add the `-v` flag […]
Rust Is Quietly Replacing the Core of Linux—And the Speed Gains Are Real Linux power users are replacing decades-old GNU coreutils with Rust-written alternatives like eza, bat, ripgrep, and fd. T...
#DevNews #ITProNews #bat #eza #fd #find #replacement #GNU […]
[Original post on webpronews.com]
Netbase Brings NetBSD Userland Utilities to Linux Netbase debuts with version 0.1, introducing a new effort to port NetBSD userland utilities to Linux with minimal source changes.
#Software #Linux #& #Open #Source #News #bsd #coreutils #gnu #netbsd
Origin | Interest | Match
Rust Coreutils Project Targets FOSDEM 2026 Debut as Memory Safety Push Reshapes Unix Foundations The Rust coreutils project aims to debut a production-ready implementation at FOSDEM 2026, potential...
#DevNews #FOSDEM #2026 #GNU #Coreutils #memory #safety […]
[Original post on webpronews.com]
🎉 GNU Coreutils 9.9 Brings Numerous Fixes - Phoronix
#opensource #coreutils #gnucoreutils
www.phoronix.com/news/GNU-Cor...
🦀 Rust Coreutils 0.4 Released With Better GNU Compatibility & Faster Performance - Phoronix
#rust #opensource #coreutils #rustcoreutils
www.phoronix.com/news/Rust-Co...
🎉 GNU Coreutils 9.9 Brings Numerous Fixes - Phoronix
#opensource #coreutils #gnucoreutils
www.phoronix.com/news/GNU-Cor...
Rust Coreutils 0.4 Boosts GNU Compatibility to 85% Rust Coreutils 0.4 passes 544 GNU tests and cuts failures by 12, advancing toward full GNU compatibility.
#Software #Linux #& #Open #Source #News #coreutils #gnu #rust
Origin | Interest | Match
Saw this yesterday:
https://youtu.be/lyd6Lxy1IuE
and today I found myself needing to figure out the time of a webinar being held in Denmark next March. Easy:
```
date -d "25 March 2026 13:30 CET"
> Wed 25 Mar 2026 08:30:00 AM EDT
```
#linux #timezones #coreutils #gnu
Rust Bug Broke Ubuntu 25.10 Automatic Update Checks Ubuntu’s decision to switch to Rust-based coreutils in 25.10 hasn’t been the smoothest ride, as the latest — albeit now resolved — bug un...
#News #bugs #coreutils #rust #Ubuntu #25.10
Origin | Interest | Match
Rust Bug Broke Ubuntu 25.10 Automatic Update Checks Ubuntu 25.10's Rust-based coreutils had a bug preventing automatic updates from working. Here's what happened, why it matters, and how it...
#News #bugs #coreutils #rust #Ubuntu #25.10
Origin | Interest | Match
Rust Bug Broke Ubuntu 25.10 Automatic Update Checks Ubuntu’s decision to switch to Rust-based coreutils in 25.10 hasn’t been the smoothest ride, as the latest — albeit now resolved — bug un...
#News #bugs #coreutils #rust #Ubuntu #25.10
Origin | Interest | Match
Rust Bug Broke Ubuntu 25.10 Automatic Update Checks Ubuntu’s decision to switch to Rust-based coreutils in 25.10 hasn’t been the smoothest ride, as the latest — albeit now resolved — bug un...
#News #bugs #coreutils #rust #Ubuntu #25.10
Origin | Interest | Match
Rust Coreutils bug that broke Automatic Updates in Ubuntu 25.10 Questing Quokka is now fixed.
More details here: ostechnix.com/rust-coreuti...
#Ubuntu2510 #Rust #Coreutils #Automaticupdate #Unattendedupgrade #Troubleshooting
Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug www.phoronix.com/news/Ubuntu-25.10-Broken... Commentaires : voir le flux Atom ouvrir dans le navigateur
#rust #ubuntu #coreutils #uutils
Origin | Interest | Match
Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug www.phoronix.com/news/Ubuntu-25.10-Broken... Commentaires : voir le flux Atom ouvrir dans le navigateur
#rust #ubuntu #coreutils
Origin | Interest | Match
#PSA regarding #GNU #coreutils #sort's unexpected or at least non-intuïtive behaviour of its --unique (-u) option together with --numeric (-n) or --humane (-h).
The output of piping something through
sort -nu
might not be equal to the output of piping the same thing through
sort -n | uniq […]