awk
This short byte introduces you to awk, a language for working with text on the Unix/Linux command-line. awk allows you to quickly slice, dice, and filter the text from any command, allowing some pretty sweet workflows.
Lets take a look
š° Timeline
00:00 - What is awk?
00:28 - Filtering with awk and regex
00:48 - Default action: print $0
00:55 - Printing individual columns
01:22 - BEGIN blocks and output field separators
01:38 - Working with /etc/passwd
02:15 - Field separators
02:30 - Filtering with awk and numerical comparisons
02:40 - Standard library: toupper and length
Related Videos

Hands-On with Preq - Community-Driven Reliability Problem Detection
Join us for an exclusive live stream as we explore Preq (pronounced "preek"), the free and open-source tool that's revolutionizing how teams detect and prevent reliability issues before customers noti

Hands-On with Kairos - Edge Kubernetes Made Simple
Join us for an exclusive live stream as we dive deep into Kairos, the open-source project that's revolutionizing OS lifecycle management across edge, cloud, and bare metal environments!

Hands-on Introduction to k0rdent
**Hands-on Introduction to k0rdent**

Comments