> For the complete documentation index, see [llms.txt](https://itrp19-notes.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itrp19-notes.gitbook.io/notes/reference/html-css-java/grep.md).

# Grep

Cheat sheet for grep

{% embed url="<https://quickref.me/grep.html>" %}

To read the response headers, including the version of Apache running on the server

```sh
curl -I [URL] | grep Server
```
