Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
user-inactivated · 3244 days ago · link · · parent · post: Taking the headphone jack off phones is user-hostile and stupid
Are you using -name and then greping? -regex matches the filename against a regular expression instead of a glob, but it might be a gnu extension. Main benefit of using locate instead of find command is the lack of rather obtuse syntax, plus it eliminates the need for additional search with grep in my experience.