General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Winnetou17
DistroTube
comments
Comments by "Winnetou17" (@Winnetou17) on "Learning Awk Is Essential For Linux Users" video.
I think a very good example of how good & useful is awk is the example of a log like the apache access log (in the default format) and properly filter the requests that responded with a 400 or 503 response, given that you can find 400 and 503 in the request address, or in the size or the time it took to complete. Also to filter all requests that are longer than a second for example and many other things like that. It's basically Excel powers in CLI over column-structured data/files (which are common in commands outputs or log files)
6