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