Quote:
Originally Posted by fris
ya it wasnt under version control or cloud, i deleted it from a dedicated where i dont have backups ;)
|
You could try cat/more/less on the entire drive device to search for a specific string you know is in your source. I did this once when I stupidly deleted source.c instead of the compiled executable. Took a while to sift through 300GB of data, but I found and recovered it.
edit: now I think about it, I believe it was something more stupid, like
gcc -o source.c source.c, which overwrites the original source with the compiled program. hurrrr