How does shell script read the configuration file?

Source: Internet
Author: User
How can I solve the problem of shell script reading the configuration file www.2cto.com? I have a configuration file config with the content of ID123IP192.168.3.154Nametest, and I want to write a shell script, give the values of these variables to the reader and give them some advice ------ solve the problem...
How can I solve the problem of shell script reading the configuration file www.2cto.com? I have a configuration file config with the Content ID = 123IP = 192.168.3.154Name = test and want to write a shell script, give the values of these variables to the reader and give them some advice. Solution: unzip Assembly code [root @ RHEL6A shcode] # more config ID = 123IP = 192.168.3.154Name = test [root @ RHEL6A shcode] # echo $ ID0 [root @ RHEL6A shcode] # more sh13.sh #! /Bin/bashsource configecho $ IDecho $ IPecho Name [root @ RHEL6A shcode] #./sh13.sh 123192.168.3.154Name
 
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.