
Practical awk Commands Every Tech Pro Should Know
In Linux and DevOps, awk is a simple and powerful tool for working with data. You can use it to pick...
Tag archive

In Linux and DevOps, awk is a simple and powerful tool for working with data. You can use it to pick...

Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis A...
This is the output of lsblk command on my Ubuntu machine: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE...
Explore web scraping using Bash and CLI tools for efficient data extraction
Introduction When working in big data, or even just "normal data", you may at some point...
Context You want to find all the processes of, for example, visual studio code, and kill them all...
AWK is a text-processing utility on GNU/Linux. It is very powerful and uses a simple programming...

Real life diff use: I want to copy only the missing 'jpg' files at the...

We all know about the power of the command line utilities but rarely this toolset is put to work. In...
Awk is basically a proto-Perl. As Perl was one of the most influential language of all times...
(Gnu's) Awk is a scripting language to manipulate text. This post shows how I replaced filenames using awk Commands.