| Combine the contents of multiple folders into one: How? Is there any linux tools out there that allow me to do the following:
I would like to amalgamate/merge the directory contents of several folders into one.
Example: When I look in /mnt/merged/ I would like to see the contents of /mnt/nfs-share1, /home/user and /mnt/data
And I'm not talking about setting 3 symbolic links in /mnt/merged, either. I mean to actually see the contents of all 3 folders when I do a ls -al /mnt/merged
If nothing exists, then any thoughts how I could achieve that? |