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

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

Leave a Reply