duf and fd: very useful alternatives to df and find (both written in C). 14 May 2025, 04:54:59 Hello and bonjour,Today, I discovered alternatives (written in C) for the df and find commands at https://youtu.be/olU4npe1BrA (in French).The output of duf is similar to df, but much more readable (no need for options like -hT).As for fd <name> <path>, it's much simpler to use than find and gives fast, colorized, and very readable results.Note: duf-git is available on the AUR and fd on omniverse. Quote Selected Last Edit: 16 May 2025, 02:38:43 by tintin 1 Likes