I want to list recursively files but without the directory information, so to be the exactly the same format as normal ls -la.
find . -name '*' -exec ls -la {} \; | sed '/^total/d'