Accidentally deleted /opt/local/bin without backup. Any help?
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-04-02T23:32:30Z
Indexed on
2010/04/02
23:43 UTC
Read the original article
Hit count: 287
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!
© Stack Overflow or respective owner