home.social

#findutils — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #findutils, aggregated by home.social.

fetched live
  1. More tech notes to myself

    Linux find Command Reference & Cookbook(Using the Linux find command with a collection of examples)

    suburbanalities.blogspot.com/2

  2. 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: u.fsf.org/3ht #CopyrightAssignments

  3. 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: u.fsf.org/3ht #CopyrightAssignments

  4. 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: u.fsf.org/3ht #CopyrightAssignments

  5. 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 \;