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
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
This entry was posted on Sunday, December 2nd, 2012 at 6:25 am and is filed under Hint, Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
linkstream2 microblog is powered by WordPress with White as Milk
designed by Azeem Azeez. Entries (RSS) and Comments (RSS).