> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/tools/recover-contents.md).

# Recover contents

**Recover contents from files.**

```
With the following you should be able to read contents of deleted files. 

dd if=/dev/sdb of=/tmp/somefile bs=4096
ls -lash /tmp |grep somefile
strings somefile
```
