Self-tutoring about Linux: the tutor mentions awk. awk is a utility for getting values from tabulated data. It works line by line. For instance, awk ‘{print $2}’ input.txt will print the second field in each record of input.txt. Source: geeksforgeeks.org

Self-tutoring about Linux: the tutor mentions Lubuntu. In my post from Feb 18, 2020, I mention Lubuntu. It has slim resource requirements. I’m running it right now. This computer has 1GByte of ram and it’s a Pentium 4. The fact …

Linux: Lubuntu Read more »