command line – How can I list files with their absolute path in linux? – Stack Overflow

December 2, 2012

find `pwd` -name .htaccess

or

ls -d -1 $PWD/**/*

http://stackoverflow.com/questions/246215/how-can-i-list-files-with-their-absolute-path-in-linux

Best to comment on twitter via @markgerstein. Only use this space for comments that are untweetable!