# # Macro to use find to locate files in subdirectories of the current directory # find . -name $* -print