Tag Archives: awk split

Awk built-in functions: split, tolower, toupper, sprintf

Awk built-in functions: split, tolower, toupper, sprintf. Splits the parameter specified by the String parameter into the array elements … Continue reading

Posted in Awk Command, Text Processing | Tagged , , | Comments Off on Awk built-in functions: split, tolower, toupper, sprintf

AWK tutorial: split on character awk or cut

In the previous article, we introduced the use of linux awk for string cutting. Here we introduce a method. use awk -F parameter use awk split function For more awk usage, please refer to the following article: Let’s look at … Continue reading

Posted in Awk Command, Text Processing | Tagged , , , | Comments Off on AWK tutorial: split on character awk or cut