š§ This platform open-source and is in early development. We welcome feature requests and pull requests! š
awk
• 2020-09-28
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š° Timeline00:00 - What is awk?00:28 - Filtering with awk and regex00:48 - Default action: print $000:55 - Printing individual columns01:22 - BEGIN blocks and output field separators01:38 - Working with /etc/passwd02:15 - Field separators02:30 - Filtering with awk and numerical comparisons02:40 - Standard library: toupper and length