Tootfinder

Opt-in global Mastodon full text search. Join the index!

@mgorny@social.treehouse.systems
2026-08-04 15:05:38

#TIL that another way to make #tar (GNU and libarchive) create an empty archive is to pass a file and --exclude that same file.
tar -c --exclude=README.md README.md