Advance level knowledge of AWK and GREP operations
Advance understanding of VIM editor
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.
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
String Handling using AWK commands
Build in AWK commands
Arithmetic AWK commands
Basic to Advance AWK
Advance VIM operations
Grep in Details
Introduction and Setup
1
AWK : Execute code without file name
2
AWK : Split file with complete data
3
AWK : Split file with Selective data
4
AWK : Exercise Split file
AWK : String Functions
1
Find String Length
2
Display string in upper and lower case
3
Replace values
4
Find Index and SubString
AWK : Output Formatting using Printf
1
What is printf : Basic formatting
2
Printf : Basic formatting : Tab and Pipe symbol
3
Printf: String formatting
4
Printf: Number formatting
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!