User Tools

Site Tools


osxresforks
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


osxresforks [2008/02/12 14:09] (current) – created kleiner
Line 1: Line 1:
 +====== How to find files with resource forks ====== 
 +This shell commands finds all files with resource forks in the current directory: 
 +  find . -type f -exec test -s {}/..namedfork/rsrc \; -print 
 +This is useful e.g. if you want to back up your home directory to a drive that doesn't use an HFS file system, such as on a Linux machine. 
osxresforks.txt · Last modified: 2008/02/12 14:09 by kleiner