Post #2559902
2026-01-15 16:57 UTC
@Typeface@typo.social thank you for the heads-up!!
Is there a way to scan our hard drives to see if we have fonts that contain Resource Forks?
For example: I might have ancient fonts spread out in packaged archives from old old projects, and having a tool to locate them would be handy.
Replies (1)
-
@Typeface@typo.social 2026-01-16 09:51
@exkclamation@mastodon.social I don't know any tool that can find them, but you could do a search in Terminal if you're comfortable doing that. Here's a command that searches the current working dir: find ./ -type f -exec ls -l \{\}/..namedfork/rsrc 2>/dev/null \; Please don't use this if you're not familiar with Terminal — use at your own risk. If the files are contained in zips or other archives there is nothing to worry about. The panic only seems to occur when you directly access the file itself.