public marks

PUBLIC MARKS from ghis with tags recovery & Grep

21 August 2010 17:30

Undelete! | Atomic Object, Software Design & Development

How to undelete a file deleted using rm : search for a string that was in the file and recover line before and after using grep : grep -a -B 25 -A 100 'some string in the file' /dev/sda1 > results.txt

ghis's TAGS related to tag recovery

data +   Grep +   hdd +   linux +   rm +