Learning Linux Lesson 30 Using AWK and split to extract data

preview_player
Показать описание
One of the real powerfull elements of AWK is its own in-built functions and today we will look at using the split function with AWK. The syntax for aplit is litited as the following:
Se how we then build this into awk to pass data from text files.
Рекомендации по теме
Комментарии
Автор

Thank you so much for this video. I'm learning AWK and i just learnt how to use the split command. I didn't know it existed. I know exactly in what file I'm going to use it.

johanferozco
Автор

nice practical example of using awk. Thank you so much.

achillesheel
Автор

This was actually a nice introductory video on the use of awk as a script, as opposed to a cli tool. Explained at a pretty decent pace; however, I think some things could be explained with just a little more detail; such as the split command and the "DNS" named array, I think that could be just a tad more deeply explained.

warronfrench
Автор

thanks, how do I increase the size of the column?

sergiofaustino
Автор

Please check the sound quality and volume before you publish. Most of your videos are much too loud

TheJayhawkjoe