So I was trying to do something in terminal and I ended up deleting a lot of files from my computer. It deleted everything from my desktop, everything in my document and download files, and reset a lot of the settings and preferences from my computer. My music and bookmarks were all spared.
I was copy/pasting this:
cd ~
mkdir mctmp
cd mctmp
jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
and this:
rm META-INF/MOJANG_C.*
jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
cd ..
rm -rf mctmp
into terminal.
I seriously need some help. Is there anyway I can recover the files that were lost?
I was copy/pasting this:
cd ~
mkdir mctmp
cd mctmp
jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
and this:
rm META-INF/MOJANG_C.*
jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
cd ..
rm -rf mctmp
into terminal.
I seriously need some help. Is there anyway I can recover the files that were lost?