I have my directory /dir inside which there are 3 symlinks to other directories
/dir/dir11, /dir/dir12, and /dir/dir13.
I want to list all the files in dir including those in
dir11, dir12 and dir13.
To be more generic, i would like to list all files including those within the directories which are symlinks. find ., ls -R, etc