Let's say I start a shell and I choose to show the content of the folder /user/content_A inside another folder /target
Now I start a second shell session, I want to show the content of another folder /user/content_B inside the same folder /target.
How would you achieve this? Symlink tricks? Fuse?
Thanks a lot!