Tuesday, February 22, 2011

Search whole disk content

grep -i -a -B10 -A100 'myTextFile' /dev/sda1 > myRecoveryFile.txt
vi myRecoveryFile.txt