Some special variables in shell scripts

Source: Internet
Author: User

In shell scripts, there are some common special variable representations that need to be known.

Here are some of the frequently used special variable representations:

$ Current PIN name
$ ... Parameters of the incoming script or function (greater than 10 are enclosed in curly braces)
$# the number of arguments to the incoming script or function
$* Printing all incoming parameters
[Email protected] Print all incoming parameters
When an incoming parameter has double quotation marks,
$* is the overall output, [email protected] is the output of each parameter
$? Last command or function exit status
$$ Current shell script process ID
$-shows the current options used by the shell (flag passed to the script), which is the same function as the SET command
$! The last working PID that runs in the background
$_ last parameter of the command executed before saving
$UID Print the Uid,root UID for the current user is 0

Some special variables in shell scripts

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.