There are a number of ways you can use pipes in the Bash Shell to send the output of one command into the input in another command.
Read more »Using Pipes in the Bash Shell
http://bashshell.net –
Created by aweber 13 years 39 weeks ago – Made popular 13 years 38 weeks ago
Category: Beginner Tags:
Category: Beginner Tags:
- Login to post comments
Named Pipes... or how to get two separate applications to interact
http://maratux.blogspot.com –
Recently, I've been working on an application (bash based) that could gather some information that I need from a host (network interfaces configuration, arp neighborgs, routing policy, pinging some other hosts, etc).
Read more »