# nano hello.sh
#!/bin/bash STR='Hello World!' echo $STR |
# chmod +x hello.sh
[me@star ~]# ./hello.sh
Hello World!
Short Circuit…
# nano hello.sh
#!/bin/bash STR='Hello World!' echo $STR |
# chmod +x hello.sh
[me@star ~]# ./hello.sh
Hello World!
Posted in Other.
– March 7, 2009
No Responses (yet)
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.