Linux Sysadmin Basics 04 — Shell Features — Pipes and Redirection



Linux Sysadmin Basics 04 — Shell Features — Pipes and Redirection

Linux Sysadmin Basics 04 -- Shell Features -- Pipes and Redirection

Learn how to use two of the most powerful concepts of the Linux shell: Input/Output Redirection and Pipes.

Input/Output redirection enables processes/commands to take input from files, the network, or other places (and receive input from the same).

Pipes allow you to wire together different commands to create your own custom super-commands.

In this video, I’ll cover both UNIX features, using basic bash (Bourne Again Shell) in Linux.

Full Playlist: https://www.youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK

My step-by-step project-based Linux course for beginners: https://www.udemy.com/course/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?referralCode=19C0A7DEE2FD53C9C09D

Free Linux Sysadmin Course Playlist: https://www.youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK

DigitalOcean referral link: https://m.do.co/c/0380a1db56a6

Patreon: https://www.patreon.com/tutorialinux
Official Site & e-mail list: https://tutorialinux.com/
Twitter: https://twitter.com/tutorialinux
Facebook: https://www.facebook.com/tutorialinux
Podcast: http://kernelpanicpodcast.com

Comments are closed.