Writing Shell Scripts - The Beginner's Guide
#!: hashbang or shebang
#! /bin/bash: it is a convention, not a rule.
Why do you need to put #!/bin/bash at the beginning of a script file?
And
sysadmin execute command - How to use SSH to run a shell script on a remote machine?
Thursday, February 14, 2019
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment