0

One of my friends had launched this command:

gcc -o source.c source

Instead of:

gcc -o source source.c

And now he has lost the code that he's been working on for few days. Is there a chance to recover the code?

It's a Red Hat Enterprise Linux AS release 4 (Nahant Update 1).

Thanks for any help.

johni
  • 5,342
  • 6
  • 42
  • 70

1 Answers1

0

You can try "photorec", available for redhat which sometimles give some good results

Gerard Rozsavolgyi
  • 4,834
  • 4
  • 32
  • 39