newbie  

[newbie] Command Execution

Barry Winch
Fri, 02 Jun 2000 00:37:45 -0700

Can someone please explain the concept behind ./ in executing a command.

If I am in the directory where the programme resides and type the programme
name, I get a:
"bash: programme name: command not found" message

If, from the same directory I type ./programme name everything works as
advertised.

Thanks

Barry