On 1-Jun-06, at 10:22 AM, Andrew Pinski wrote:
On Jun 1, 2006, at 1:44 AM, Rico wrote:Manager: George, I need a program to output the string Hello World!You forgot one: a lazy person #!/bin/sh echo "Hello World!"
Why waste an extra shell process not to mention all that extra typing? #!/bin/echo 'Hello World!' :P -- Sean