show grep output

This commit is contained in:
Jeff Kaufman
2012-11-07 18:02:01 -05:00
parent 9b1a28e251
commit 88c429a1aa
+1
View File
@@ -73,6 +73,7 @@ To confirm that the module is loaded, fetch a page and check that you see the
`X-Page-Speed` header: `X-Page-Speed` header:
$ curl -s -D- 'http://localhost:8050/some_page/' | grep X-Page-Speed $ curl -s -D- 'http://localhost:8050/some_page/' | grep X-Page-Speed
X-Page-Speed: 0.10.0.0
Looking at the source of a few pages you should see various changes, like urls Looking at the source of a few pages you should see various changes, like urls
being replaced with new ones like `yellow.css.pagespeed.ce.lzJ8VcVi1l.css`. being replaced with new ones like `yellow.css.pagespeed.ce.lzJ8VcVi1l.css`.