Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
- Please dont remove this Folder, It occupies only 315 MB and is useful for your Office 2003.... SRIKANTH
- that still wont work and i got no idea about registery could use help
8 months ago
8 months ago
find / -name something 2> /dev/null
7 months ago
5 months ago
If you don't have root permission, then you can supress error messages like so: 'find -ignore_readdir_race /parent/path/here -name file_name.txt'
Or if you can get permission, then: 'sudo find /parent/path/here -name file_name.txt'
yay!