Description
Many UNIX utilities generates rows and columns of information. AWK is an excellent tool for processing these rows and columns, and is easier to use AWK than most conventional programming languages. It can be considered to be a pseudo-C interpretor, as it understands the same arithmatic operators as C. AWK also has string manipulation functions, so it can search for particular strings and modify the output. AWK also has associative arrays, which are incredible useful, and is a feature most computing languages lack. Associative arrays can make a complex problem a trivial exercises
Here we cover
Basic to Advance AWK
File Processing using SED
Información sobre el Instructor
4.25 Calificación
70459 Estudiantes
48 Cursos
Testing World
Director of Testing World
Handling Testing World Operations
Involve in Testing Course Video update and management
Handling online and Face to face classes of Testing World
Masters In Computer Science
Expertise in manual testing & Automation testing using Selenium, QTP, LoadRunner, Jmeter and Mobile Automation
Found of Testing World
Trained more than 4000 students online
Actively involved in corporate training
Student feedback
Reviews
I work as a DBA in a Linux based infrastructure so awk and sed commands are invaluable. Fantastic course for getting to grips with the basics.
Chandrakant Joshi
13-02-2021
Very well presented and explained with appropriate examples. Please remove the focus as it hides the command.
Mateus Alexandre
09-02-2021
It's a good course. If you don't know how to use AWK, SED and GREP and create some shell scripts, this course is a good start. I really enjoyed the teachings of AWK, but I expected them to be deeper.