Difference between sh file.sh and file.sh
- by RAS
I have two questions :
What is the difference between executing sh filename.sh and filename.sh?
How can I make both of them giving me the same output ?
I'm asking this question as right now I'm facing a problem. I'm trying to run a Java + SWT application from terminal.
When I do filename.sh, it gives me the desired output.
But when I do sh…