Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Rename classes in XCode projects' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Rename classes in XCode projects
Authored by: tiganu on Oct 26, '05 11:08:51AM
The grep line in the hint doesn't work very well, as it prints the line content along with the file name. This is better, and it avoids binary files
`grep -rIl OldClass .`


[ Reply to This | # ]