writting executable script
October 8th, 2006 mysurface
Shell script (sh), Bash script (bash), Python and perl are all scripting language. By default, to run a scripting file, for example Python script, you need to do this: python myscript.py Another example for shell script: sh myscript.sh But we make is executable and can execute by running directly like this ./myscript.py If you place [...]
Posted in Bash, chmod, Developer, file, python, sh, which | Hits: 68437 | 7 Comments »






