LPIC1 - 032 - 103.4 - Part 2/2
In this section we will see how we can use pipes to *pipe* output of a command to an input of another command. This way you can create a chain of commands to achieve amazing goals; like "count the IPs attacking my server during last hour". Then we will have look at `xargs` and `tee` commands.
00:00 - Pipes ( | ) in shells
06:28 - xargs command
09:30 - tee command
Book chapter: https://linux1st.com/1034-use-streams-pipes-and-redirects.html
Full LPIC1 course: https://youtube.com/playlist?list=PLFOYXCPEqdNUU55Xvgst8wGTWnz_sd-cj
-
Download
0 formats
No download links available.
using Pipes ( | ) in unix / linux / mac shells (plus xargs and tee) | NatokHD