I have looked around but I didn't find a working solution.

I am using Ubuntu 19.04.

I want to list all files together with their location(path) and their size - nothing else.

find . lists all the files but can I add the filesize?
Is there another command which I should consider?

Thank you