awk tutorial

awk programming examples

4.45 (90 reviews)
Udemy
platform
English
language
Data Science
category
instructor
awk tutorial
10,182
students
32 mins
content
Aug 2021
last update
$39.99
regular price

What you will learn

The AWK programming language

data mining with awk

text processing with awk

make awk scripts

Why take this course?

awk is an incredibly powerful programming language. You can use it to replace sed, grep, cut, sort, uniq (and more) on the command line in most Unix-like operating systems.

awk, a programming language that can be used for text processing.

Awk is a scripting language, so it processes text one line at a time, and doesn’t rely on any underlying commands or libraries to do its work. It operates on text files that you pass to it.

The awk program is a data-mining tool. You can use it to extract particular columns, rows, or fields (known as "tokens") of information out of a file, in much the same way as you can select specific pieces of text out of a line

awk is a standard feature of Unix operating systems (any Linux system or Mac OS X). It is a powerful tool for extracting data from files and text streams, and for performing various kinds of text processing.

The course will teach you how to use the awk programming language. This course will provide a simple overview of the basics, but be aware that there are many more things that awk can do.

If you are a Linux user or a developer or sysadmin that wants to become more skilled, awk is a must known tool.

Screenshots

awk tutorial - Screenshot_01awk tutorial - Screenshot_02awk tutorial - Screenshot_03awk tutorial - Screenshot_04

Reviews

Muhammad
October 8, 2022
old school linux style tutorial for advanced user aged 40++ I think it will benefit more if there is some explanation on limitation of AWK or benchmarking with other text crunching script for processing large or huge file like httpd log file, mysql logbin ... piping with other linux command (for example storing the result into database, creating sql file from specified predetermined-rules) so we can use awk output into other datamining/textmining software
Guillermo
May 1, 2022
excelente explicación. Me sirvió de mucho y he aprendido a usar awk, una herramienta que me facilita mucho la vida.
Ionut
April 11, 2022
At the variable chapter, it was used "3" and "5" instead of $3 and $5 At the loops chapter, the author mentioned that it is looping 10 times but the stopping condition was "<10", so it looped 9 times, only. For a very beginner, the training is very good but the 2 points mentioned by me can be confusing for a rookie.
Jani
January 31, 2022
This was a very good overview of syntax and basics features of awk that allow you to extract data from text files (e.g., CSV). The practical examples were highly useful for understanding the basic approach of writing and running awk programs. Even more advanced use cases could have interesting to see. Thank you!

Charts

Price

awk tutorial - Price chart

Rating

awk tutorial - Ratings chart

Enrollment distribution

awk tutorial - Distribution chart

Related Topics

4224586
udemy ID
8/5/2021
course created date
8/7/2021
course indexed date
Angelcrc Seven
course submited by