grep "Failed password" secure | grep invalid | awk '{print $11,$13}'
grep "Failed password" secure | grep -v invalid | awk '{print $9,$11}'
This blog is about my programming learning track, about all things software programming that I do everyday. The posts here are a place holder for my learning notes. Hope you find it useful.
No comments:
Post a Comment