Reputation: 8461
I wanted to access all these output files from Xcode, but I don't seem to be able to find some of them. Can someone help me out with a unix command for them?
I need to find all files with the extension .a
I tried find ."*.a"
, find *"*.a"
, find "*.a" .
etc. But they always printed the entire list of files. Can someone help me out here?
Upvotes: 0
Views: 89