Does the echo command send its input to the standard output of the script it's used in?
Use of the echo command in shell scripting
Started by DarkLordoftheMonkeys, Oct 22 2009 08:02 AM
2 replies to this topic
#1
Posted 22 October 2009 - 08:02 AM
|
|
|
#2
Posted 22 October 2009 - 08:55 AM
Echo sends its input to standard output, wherever that happens to point. If you don't direct it anywhere, it'll appear on the terminal screen that runs the script. If you direct it using a redirect it'll be used as standard input for whatever program it's redirected into.
Wow I changed my sig!
#3
Posted 22 October 2009 - 08:55 AM
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


Sign In
Create Account


Back to top









