When I have a nested directory find . -name "*.py" -print
command gives me all the python scripts beneath current directory. However, find . -name *.py -print
returns only the python scrips in current directory.
Is this expected behavior? What makes this difference? I use Mac OS X 10.7.