Learn Shell (1/5)

Source: Internet
Author: User

Assuming this is the content of a script x.sh, use sh x.sh arg1 to execute the script


#!/bin/bash
CD ' DirName $ '/.
SOURCE scripts/status.sh
Start [email protected]

First line #! /bin/bash show where bash is used

The code in the second line ' will be executed first, and the script is executed, DIRNAME returns the file path where it resides, like PWD

Source scripts/status.sh represents execution x.sh

Start [email protected] means execute the start function under the status.sh script and pass the arg1 over, [email protected] passes all the parameters

Example 2:

Debugging bash Programs

Bash-x x.sh

Can print out the intermediate process of the execution of the program, to a certain extent, can help debug

Learn Shell (1/5)

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.