Have you ever noticed how some applications seems to be aware of how you pass them data? Take the su program, for instance:
$ echo 'my password' | su
su: must be run from a terminal
Just another WordPress.com site
January 19, 2012
Have you ever noticed how some applications seems to be aware of how you pass them data? Take the su program, for instance:
$ echo 'my password' | su
su: must be run from a terminal