I know that using "ls -R ." in bash you can recursively list the filenames.
Can I use some similar command to list the contents of each file just the way their names are displayed using the ls command. I mean to a single file or stream like the standard output.
Is there a way I can format the output from such a command? Like say, add something like a few blank lines between the contents of each of the files for better readbility?