This question already has an answer here:
- How to deal with spaces in a variable 4 answers
I want to perform the following command in command line :
$ md5sum $(find . -type f)
But this would cause problems when it encounter files with spaces in filenames :
md5sum: Kaufmann: No such file or directory
md5sum: Mobile: No such file or directory
md5sum: 3D: No such file or directory
md5sum: Graphics: No such file or directory