Bash Scripts

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Craig White
Datum:  
Betreff: Bash Scripts
On Sun, 2002-06-02 at 08:53, Clayton Stapleton wrote:
> Figured out what is causing my problem with scripts.
> I can copy the body of a file to the command line and
> it fuction as expected. When I enter the file name on
> the command line I get "command not found".
> The permissions of the file are:
> -rwxr-xr-x    1 clay     users          51 May 30 05:43 hello

----
run it...

./hello

Craig