[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: command failed



Hi there,
Your email-address is wrong, therefore I rewrite to the
list
your question:
if typing a.out  bash says command not found
solution:
type ./a.out
or
expand Your PATH
in '/etc/profile'
add
PATH=$PATH:.:
export PATH
after that You can simply type
a.out
-- 
Cheers
   Peter


Reply to: