Hello. I'm Oliver. I create web sites. Check out my projects, or read my latest posts below.

Awk Tutorial, Extract, Manipulate, and Analyze Text Data

Mar 23, 2023 | awk coreutils macos

The awk command is a powerful text manipulation tool that is native to Unix-based systems. It's designed for performing text processing tasks such as filtering, transformation, and analysis.


The Power of 'sed' Command, A Beginner's Guide

Mar 22, 2023 | coreutils sed

sed stands for Stream Editor, and it is an essential utility that allows you to perform basic text transformations on an input stream (either a file or input from a pipeline).


A Beginner's Guide to Using grep

Mar 21, 2023 | coreutils grep macos

grep is a command-line tool used for searching for text patterns in files or streams of input.


An In-Depth Guide to chmod and chown Commands

Mar 19, 2023 | coreutils macos

Lorem ipsum dolor sit amet.


Navigation and Directory Management for the MacOS Command Line

Mar 16, 2023 | coreutils macos

cd, pwd, find, mkdir, and rmdir commands are commonly used in the command-line interface and can help users perform various file and directory operations efficiently.