1000 XP

Use the UNIX shell to wrangle log data

Beginner
Student
Data Scientist
Data Engineer
Developer
Azure

Learn how to use the UNIX shell to wrangle data and inspect data files.

Learning objectives

In this module, you'll learn how to:

  • Do basic file inspection with commands such as head, tail, wc, less, and sort.
  • Use the cat command to create, append, display, and concatenate files.
  • Write and use regex (regular expressions) for text pattern matching.
  • Use the grep command to search files, or stdin content for pattern matching along with regex.
  • Do basic text transformations on input streams by using sed and regex.
  • Use pipes and filters for data wrangling.
Start

Prerequisites

  • Basic knowledge of the command line and basic shell commands

This module is part of these learning paths

Module assessment

Assess your understanding of this module. Sign in and answer all questions correctly to earn a pass designation on your profile.

Take the module assessment