From 541c75ed5c0d850d875c2bc0357b4e6cf46ecb93 Mon Sep 17 00:00:00 2001 From: Rocky Meza Date: Sun, 15 Jun 2014 08:14:37 -0600 Subject: [PATCH] Fixed the order of args to grep in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6497ad15..5024eb99 100644 --- a/README.rst +++ b/README.rst @@ -756,7 +756,7 @@ Or the output of another program: .. code-block:: bash - $ grep /var/log/httpd/error_log '401 Unauthorized' | http POST example.org/intruders + $ grep '401 Unauthorized' /var/log/httpd/error_log | http POST example.org/intruders You can use ``echo`` for simple data: