I have written a shell script which picks all the files recursively inside all the directories and prepared a report with the file last modified, size. The problem that I am fac
Just put the file name variable between double quotes "$FILENAME"
"$FILENAME"