I have a computer science program due tomorrow at noon which I've been up all night doing. Our teacher requires that we tar our files to send them in. My directory listing:
test1.txt
test2.txt
huffman.cpp
with huffman.cpp being my program.
I did the following:
tar -cf huffman.cpp test1.txt test2.txt
and I believe it created a tar OVER MY CPP FILE.
Is there any way to get it back??? Untarring didnt give me anything...
UPDATE:
Well guys, I couldn't recover any of my data, but thanks so much for the concern and help!
I was able to convince my professor to accept the binary only (which I still had) without any code. He only took off 5 points for lack of code.
I ended up with a 95%
:beer:
Thanks again everyone, it's times like this I love AT!
test1.txt
test2.txt
huffman.cpp
with huffman.cpp being my program.
I did the following:
tar -cf huffman.cpp test1.txt test2.txt
and I believe it created a tar OVER MY CPP FILE.
Is there any way to get it back??? Untarring didnt give me anything...
UPDATE:
Well guys, I couldn't recover any of my data, but thanks so much for the concern and help!
I was able to convince my professor to accept the binary only (which I still had) without any code. He only took off 5 points for lack of code.
I ended up with a 95%
Thanks again everyone, it's times like this I love AT!
