$ chmod +x your-script-name$ chmod 755 your-script-name
$ bash bar$ sh bar$ ./bar
$ vi first## My first shell script#clearecho "Knowledge is Power"
$ ./first
No comments:
Post a Comment