You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right, we have an UUOC in the README.md, but is there with a purpose :) .
The README's goal is to show, in the minimal amount of space to not very savvy Unix users, that this line is, in fact, a script; and you can pipe things together. We selected grep and cat because are very basic Linux commands.
README.md:
cat /var/log/apache2/access.log | grep 'File does not exist' | kapow set /response/body
should be:
fgrep 'File does not exist' /var/log/apache2/access.log | ...
The text was updated successfully, but these errors were encountered: