*nix: "echo 'start working' > /etc/.example" : how is this implemented?
Posted
by Yktula
on Stack Overflow
See other posts from Stack Overflow
or by Yktula
Published on 2010-04-09T01:27:26Z
Indexed on
2010/04/09
1:43 UTC
Read the original article
Hit count: 436
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?
© Stack Overflow or respective owner