05:58 mins, "pipes,grep, and sort commands" transcripthttp://www.guru99.com/linux-pipe-grep.html This tutorial explains pipes, grep and sort commands with examples.
Click on the time points below to view different sections!
0:07 What are Pipes in Linux?
1:12 'pg' and 'More' commands with example
1:38 The 'grep' Command with example
3:05 The 'sort' Command with example
5:23 Summary
What is a Pipe in Linux?
The Pipe is a command in Linux that lets you use two or more commands such that output of one command serves as input to the next. The symbol is '|'
What is grep in Linux?
If you want to search a particular information the postal code from a text file you can use grep command on command line.
Syntax - grep search_string
What is sort command in Linux?
This command helps in sorting out the contents of a file alphabetically.
Syntax - sort Filename