This document provides an overview of regular expressions (regex) in Unix systems. It discusses regex syntax and examples for matching filenames, text, and source code. It also summarizes common Unix commands that use regex like grep, sed, and awk. Sed is described as a stream editor for processing text using regex commands. Awk is a programming language useful for text processing and field extraction using regex patterns and actions. Examples are provided for using regex with these commands.