Jaume Teixi wrote:
> 
> What 've I to fix to my profile in order to avoid that message ?
> 
> bash: Some: command not found
> 
> thanks !
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

All executables you want to run must be in your path.

'echo $PATH' to view your path. If a program or command is not in a
directory listed there you get the 'command not found' message. In order
to execute it anyway, you have to give the full path, like
/home/me/myscripts/Some or if you are already in that directory just
type 
./Some

 

Reply via email to