Last active
August 29, 2015 14:03
-
-
Save srijanshetty/0e544047cfdd9585f974 to your computer and use it in GitHub Desktop.
Recover Files only using grep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep --binary-files=text --context=x 'stringfromyourfile' \ | |
/dev/whateverPartition > someFile.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment