On Wed, 17 Nov 1999, Gil Lee wrote:
> #!/usr/bin/gawk -f
> BEGIN {print "Hello World"}
>
> I chmod(ed) the file to be executable, but yet in
> Linux it does not recognize the script as a command.
> The error message says "Command not found".
The file is almost certainly not in your PATH.
Try running ./filename instead of just filename.
LLAP
bero
--
Nobody will ever need more than 640 kB RAM.
-- Bill Gates, 1983
Windows 98 requires 16 MB RAM.
-- Bill Gates, 1999
Nobody will ever need Windows 98.
-- logical conclusion
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null