I want to link ( ln -s ) all files that are in /mnt/usr/lib/ into /usr/lib/
There are lots of file, how to do it fast? :)
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
I guess, this belongs to superuser, though. HTH, flokra | |||||
feedback
|
|
| |||
|
feedback
|
|
The posted solutions will not link any hidden files. To include them, try this:
If you should happen to want to recursively create the directories and only link files (so that if you create a file within a directory, it really is in
| |||
feedback
|