Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Advance Unix/Linux : File Processing using AWK & SED
Rating: 4.3 out of 5(381 ratings)
2,436 students

Learn Advance Unix/Linux : File Processing using AWK & SED

Basic to Advance AWK Command | File Processing using SED | Advance Search using Grep and egrep | Cut Command
Created byTesting World
Last updated 10/2023
English

What you'll learn

  • Get expertise in File Processing using AWK Commands
  • Realtime Usage and Implementation of AWK Commands
  • Realtime implementation of large files search operations using Grep and eGrep
  • File Data Separation using SED and CUT commands
  • Practical and Theoretical Interview Question with practical scenario

Course content

14 sections96 lectures7h 30m total length
  • Introduction to AWK3:22
  • ** Course Architecture : Must for Everyone **4:55
  • Setup Environment for Practice | Setup Virtual machine on your system9:18
  • Environment Setup0:07
  • Setup Test Data3:09

Requirements

  • Good to have understanding of Log Files & Other files generating on Unix or Linux Server Machine
  • Basic understanding of file processing in Unix
  • Basic knowledge of Unix/ Linux commands

Description

*Monthly Update*

Oct 2021 : Added/ Updated Grep and Egrep Videos

Apr 2021 : Updated  AWK Videos

Jan 2021 : Added Questions & Exercises

AWK & SED

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 interpreter, as it understands the same arithmetic 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

AWK Coverage   Basic to Advance AWK

  • Environment Setup with Test Data

  • Basic Operations : Fetch One or Multiple Columns Data

  • Basic Operations : Fetch One or Multiple Columns Data with Separator

  • Conditionally Fetch Data using Logical OR and Logical AND

  • Condition Handling with AWK Commands

  • AWK Looping

  • AWK Blocks

  • Save AWK Results to the file

SED Coverage

  • SED Introduction

  • Display one or Few lines in Output

  • Display Data by Search conditions

  • Skip Data to display in output

  • Find and Replace Data

  • Search |  Insert | Update and Delete Data

Search Data using GREP commands

  • Search Data in one or Multiple Files

  • Search Data in All files

  • Search data with case or ignoring case

  • Search data with surrounding words

  • Advance Search Condition

Cut Commands

  • Cut Columns

  • Cut Range of Columns

  • Cut by characters


Who this course is for:

  • Software Developers wants to perform backend activities
  • Software Testing working in Back end testing
  • Big Data, Artificial Intelligence, Machine Learning Aspirants