Accidentally deleted /opt/local/bin without backup. Any help?
- by Aaron
Hi all,
I'm on a Mac OS X 10.5.8 I was recently uninstalling mysql5 from /opt/local/bin.
I typed:
rm -rf /opt/local/bin mysql*
instead of
rm -rf /opt/local/bin/mysql*
This deleted my entire /opt/local/bin directory which puts me in a bit of a bind.
Is there any way to recover these files? If not, I have a friend that is using a similar set of programs, would it be possible to use the contents of his folder?
If I end up needing to re-install everything in this folder, what is the best way to go about doing this?
Thanks in advance!