#findutils — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #findutils, aggregated by home.social.
-
More tech notes to myself
Linux find Command Reference & Cookbook(Using the Linux find command with a collection of examples)
https://suburbanalities.blogspot.com/2025/05/linux-find-command-reference-cookbook.html
-
Oxidizr: Try Modern Rust Alternatives To Legacy Unix Tools In Ubuntu #oxidizr #ubuntu #rust #linux #opensource #coreutils #diffutils #findutils #sudo #security
https://ostechnix.com/oxidizr-try-rust-unix-tools-ubuntu/ -
Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Pan Junjie, Daniel Salvatore Oriani, raf, and Peter Lucas Stuart for assigning their copyright to the FSF! #GNU #Emacs, #Findutils, and more: https://u.fsf.org/3ht #CopyrightAssignments
-
Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Pan Junjie, Daniel Salvatore Oriani, raf, and Peter Lucas Stuart for assigning their copyright to the FSF! #GNU #Emacs, #Findutils, and more: https://u.fsf.org/3ht #CopyrightAssignments
-
Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to Pan Junjie, Daniel Salvatore Oriani, raf, and Peter Lucas Stuart for assigning their copyright to the FSF! #GNU #Emacs, #Findutils, and more: https://u.fsf.org/3ht #CopyrightAssignments
-
W dzisiejszym tutorialu z cyklu Porady Admina przybliżę program find https://linuxiarze.pl/porady-admina-findutils-find/ #admin #porady #findutils #linux
-
Perhaps I'm not thinking clearly about piping commands. Is there a way to "pretty print" output from a find debug command? For example:
find -D tree -name test.txt -type f -execdir mv {} example.txt \;