# grep

grep string in txt / plaintext file
```
grep searchstring data.txt
````

grep files in folderstructure
````
grep -r searchstring /home/user/data/*
````