I recently upgraded my computer and along with a new OS I have a new username. Because of that I have a References directory full of links that don't work anymore, but they would if I could simply swap out my old username for my new one within the links.
For example:
The file /home/CurUserName/Reference/C/Car/Insurance
points to /home/OldUserName/Reference/I/Insurance
I found this answer which explains how to find every link in a directory, and I've found elsewhere online instructions on how to manually update a single link, but I'm not experienced enough with Bash to figure out how (or if) I can change all of them at once. Is this possible? If so, how?