1000 XP
Use the UNIX shell to wrangle log data
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
, andsort
. - 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, orstdin
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
Add
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