29 August 2008

linux/unix: list files with full path

what to do if you need to list files with their full paths?

ls won't do the job at all. The solution: use the find command.

find reservation -type f -name "*.py"