I had a somewhat important file stats.txt
, which I accidentally overwrote through a Matlab script (dlmwrite('stats.txt',...)
). Is there anything I can do to recover this information? It comes from code that takes many hours to run, so I'd rather not have to do it all over again.
If it matters, I'm running Linux through a remote terminal (ssh-ing to my school's computer).
joe
does this, it has saved me more than once... – ivanivan Jul 20 '17 at 01:44