*nix: "echo 'start working' > /etc/.example" : how is this implemented?
- by Yktula
Say someone executes the following in a terminal:
echo 'start working' > /etc/.example
and when this is executed, the example program would "start working."
On UNIX(-like) systems, how would something like that be implemented, and what is this kind of behavior called?