$0, $? In Shell scripts? , $! , $, $ *, $ #, $ @, Etc.

Source: Internet
Author: User

$0, $? In Shell scripts? , $! , $, $ *, $ #, $ @, Etc.

$0 indicates the execution name of the program. The file name of the current script $ n indicates the nth parameter value of the program. n = 1 .. 9 $ * all parameters of this program. This option can contain more than 9 parameters. $ # Number of parameters of the program $ PID of the Program (ID of the current process running the script) $! Run the PID of the previous background command (ID of the last process running in the background) $? The Return Value of the last command (display the exit status of the last command. 0 indicates no error, and any other value indicates an error.) $-displays the current options used by shell. It has the same functions as the set command. $ @ is similar to $ *, but can be used as an array, when enclosed by double quotes (""), it is slightly different from $ *.

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.