-
-
Save cwage/ebd9ea20ef35e7b91940e5f838933195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time grep abrt /var/log/messages > /dev/null | |
real 0m0.331s | |
user 0m0.299s | |
sys 0m0.031s | |
$ time awk '/abrt/ { print; }' /var/log/messages > /dev/null | |
real 0m5.162s | |
user 0m5.040s | |
sys 0m0.103s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment