I want to run a program using a shell script named aaa.
Something like
aaa b1 b2
but I was told "commad not found". What should I do with this?
Thank you very much.
d*z 发帖数: 150
2
./aaa b1 b2
【在 P****r 的大作中提到】 : I want to run a program using a shell script named aaa. : Something like : aaa b1 b2 : but I was told "commad not found". What should I do with this? : Thank you very much.