UNIX Pipes - event triggers action
Problem
You want to listen on a pipe and perform commands, based on the text sent to the pipe.This could be useful for triggering action based on events;Running code as different users - i.e. allow root or a functional user to run something - just need to allow access to group of users, via permission to […]