6 basic specifications and excellent habits of shell script Development

Source: Internet
Author: User

1. Specify the script interpreter at the beginning

#! /Bin/sh or #! /Bin/bash

2. Provide the function description, author, version, and other information at the beginning

# Description: # Author: # contact: # Last edited: # version:

Note: you can modify/etc/vimrc or ~ /. Vimrc allows the above information to be automatically generated each time a shell script is created

3. Chinese comments are not needed in the script, and garbled characters are easy to appear.

4. The script uses. Sh as the extension.

5. Write the paired content once to Avoid Omission, for example:

{} [] ''' "" If and fi do and done

6. Make the code readable by indentation

6 basic specifications and excellent habits of shell script Development

Related Article

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.