No menu items!
23.1 C
Washington
No menu items!

mawk 3 Tutorial: Learn How to Use It Step by Step

Date:

Share:

Today, I wanted to mess around with this thing called ‘mawk 3’. I’ve heard some good things about it and figured, why not give it a shot? So, I started by, well, getting it on my machine.

mawk 3 Tutorial: Learn How to Use It Step by Step

First, I needed to find out where to download this thing. After poking around the internet, I found what seemed like a good source. Grabbed the latest version, 1.3.4-20231107, just the standard x86_64 one. Figured that’s what most people use, right?

Once I downloaded it, I had this tarball file. I extracted it, and there it was, the ‘mawk’ executable along with some other files. Then I moved it into my /usr/local/bin directory. I don’t know why, but it feels like the proper place for these sorts of things. I also did this stuff with the man pages. Put those in the man1 folder or whatever. I just followed what people on forums seemed to be doing.

After that, I typed in mawk -W version in my terminal, just to make sure it was installed correctly. And boom, it showed the version number and stuff. I felt pretty good at this point, like I was actually getting somewhere.

Next up, I wanted to try it out, see what it could do. I had this text file, let’s call it . It was just a bunch of lines with some text and numbers. I found some simple commands online, like mawk ‘{print $1}’ *. I ran it, and it printed the first word of each line. Cool, I guess.

  • Then I tried something a bit fancier, like mawk ‘$2 > 50 {print $1}’ *. This one was supposed to print the first word if the second one was bigger than 50. It worked! I was starting to get the hang of this.
  • I played around with some more commands, things like adding up numbers, finding lines that matched certain patterns. It was kind of fun, to be honest. I could see how this could be useful for messing with text files.

Finally, I figured I should try some of the newer features, since I had that ‘mawk 3’ version. I found some examples online that used things like and . They didn’t work with the older version, but with this one, they did! I felt a little proud, like I was using the cutting edge or something.

mawk 3 Tutorial: Learn How to Use It Step by Step

So, that was my day with ‘mawk 3’. It was pretty interesting. I feel like I learned something new and could actually use this tool for some stuff. I mean, it’s not going to change my life or anything, but it’s neat, you know?

Final Thoughts

This whole ‘mawk 3’ thing turned out to be a nice little adventure. I started with knowing nothing, and now I can do some basic stuff with it. I think I’ll keep playing around with it. Who knows, maybe I’ll even use it for something practical someday. Overall, a good day of tinkering, I’d say.

Subscribe to our magazine

━ more like this

Swarovski Boston Prudential: Find Your Sparkle Here!

My Trip to Swarovski in Boston’s Prudential Center So, I was at the Prudential Center the other day. Wasn’t really there for anything specific, you...

Clermont Twins before and after: From then to now, a complete visual journey you absolutely must see.

So, you’ve probably seen all the buzz about the Clermont Twins, right? Specifically, those “before and after” photos that are plastered all over the...

Shopping at the Hermes store Boston? Smart tips to help you get what you really want.

So, I found myself in Boston not too long ago. Had a bit of free time on my hands, you know how it is....

Gucci Bear by Harry Styles: Where to Buy Yours

Alright, so I’ve been meaning to share this little project I got myself into. You know how much I adore Harry Styles, and his...

Curious about Viktor and Rolf FKA Twigs work? Everything you absolutely need to know is right here!

So, I was just kind of browsing the other day, you know how it is, just clicking around, and this Viktor & Rolf thing...

LEAVE A REPLY

Please enter your comment!
Please enter your name here