Shell Variable capacity

Suppose i have a shell script in which there is a statement like : a=$(find / -type f) This says there is a certain list of files with their file paths which will be stored in the variable 'a'. ...