I have a file structure with name date format. I need a command that travels directory by directory and shows the files but without showing the directory in order to save them in a variable.
I've tried with find. -type d, but it shows me the directories.
Thanks for the help.