I accidentally did this:

command > ~/.bash_profile

Instead of

command >> ~/.bash_profile

I know, I'm an idiot. Is there a way to recover the old .bash_profile file?

Thanks a lot for your help

PS: The machine is a macbook pro with Leopard.

link|improve this question

40% accept rate
4  
Lesson learned : ALWAYS , no matter what are you editing, do a backup first – Luciano Facchinelli Aug 18 '11 at 18:00
It's not about backing up data, it was a typo on the command – Pablo Fernandez Aug 18 '11 at 18:51
Thats a secondary thing... you edited bash_profile anyway – Luciano Facchinelli Aug 18 '11 at 18:53
feedback

2 Answers

Unless you had Time Machine or some other backup of the file, it's gone.

If that was the original .bash_profile, according to this page, the default setup for users is stored in /System/Library/User Template/English.lproj, you should be able to get another copy of the original from there. Or just create a new user and take theirs.

link|improve this answer
feedback

It's possible but unlikely. The effort involved in recovering it will most likely be harder than simply rewriting it or recovering it from a backup.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.