Mission Database/Mission 06: Federation Grid
Mission 06 of 20Federation Grid

Pipe Systems: Chain Your Commands

Connect command modules like a Mobile Suit assembly line

Objectives cleared0 / 2
+15 XP per step · +75 XP for completing the quest

In the Federation Combat Systems Lab, each tool is connected to the next via pipes. The output of one command becomes the input of another — like an assembly line where each station does one job. Master the pipe and your command power multiplies.

Primary Objective

Use pipes with grep, sort, and uniq to filter and transform data.

> COCKPIT TERMINAL

pilot@linux4kids:~
Welcome to the Linux4Kids Terminal!
Type 'help' for a list of commands.
pilot@~ $

> FIELD MANUAL

grep <word> <file>Search for specific data in a file
sortSort data lines in order
uniqRemove duplicate entries
|Pipe — channel output from one command into another