In another post located here: List file using ls command in Linux with full path
The answer to the question was given as this:
ls -lrt -d -1 $PWD/{*,.*}
But this does not work recursively even if I add -R to it. Can someone please provide me with the correct syntax to have the same results but recursively? Thank you