* Thus wrote Nguyen, Long P (Mission Systems):
> I tried what you suggested and got the following:
>
> [EMAIL PROTECTED] root]# "main(){return(0);}" > test.c
> -bash: main(){return(0);}: command not found
You missed the 'echo'..
bash$ echo "main(){return(0);}" > test.c
Curt
--
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about. No, sir. Our model is the trapezoid!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php