README.md

README for sort-photorec
This commit is contained in:
Erik Popp 2017-07-11 12:21:03 -05:00 committed by GitHub
부모 691e559db4
커밋 72316b803d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제

6
README.md Normal file
파일 보기

@ -0,0 +1,6 @@
# sort-photorec
A BASH script that sorts the files that photorec recovers into folders by their file extension
photorec is an amazing tool, but it's hard to process the files that it recovers. They usually don't have the original names, and they're all dumped into a single folder.
sort-photorec makes photorec more useful by putting all the files with a given extension into their own folder.
It handles files without extensions by putting them in a separate folder named "No File Extension".