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


Click here to return to the 'More generalized version' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
More generalized version
Authored by: ferret-slayer on Mar 08, '06 08:43:38AM

[robg adds: If you're using tcsh, the format will be slightly different: alias spot 'mdfind -onlyin `pwd`'. I tested this one, and it works quite nicely.]

This doesn't work if any directory or disk in the path has a space in the name. A more generalized version would be:

alias spot 'mdfind -onlyin "`pwd`"'



[ Reply to This | # ]