Say I have a bunch of config files that I'd like to store elsewhere, but if I move them and then symlink the directory, the application sees it as a symlink and won't use the contained files.
Instead what I'd like to do is figure out a command that would allow me to batch-create symlinks for all of the files within a given directory. Can this be done?