3️⃣Pipe in Linux
Pipes are used to redirect a stream from one program to another program

Pipe syntax


Q1. Find number of files in a directory
Breakdown of the command used above


Q2. Combine two files and sort them


Q3. Unique names in a file


Q4. See 30-37 lines in a file

Tee command -


Last updated