Scripting standard formatting and execution scripts

Source: Internet
Author: User

Scripting Standard Format:

First line: #!/bin/bash means that the script is defined as a shell script (fixed format)

The second line: # Here is the note, there is no meaning, the shell will not parse it.

Line three: #说明一下该脚本的作用

Line four: #写一下脚本的author (author) writing time

Line five: Write the contents of the script

234 line is optional, suggest to develop good habits.

To execute a script (for example: first_shell.sh):

(1) Plus execute permission: chmod o+x first_shell.sh

Run the script:./first_shell.sh

(2) Run the script without executing permissions:

/bin/bash first_shell.sh


Scripting standard formatting and execution scripts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.