The meaning of shell variable $#,$@,$0,$1,$2 in Linux

Source: Internet
Author: User

printf "The complete list is%s\n" "$$" 24520 the shell itself PID
printf "The complete list is%s\n" "$!" PID of the last running background process of the empty shell
printf "The complete list is%s\n" "$?" 0 end code of the last Run command (return value)
printf "The complete list is%s\n" "$*" 123 all parameters List of QQ. such as "$*" in the Case of "" ", in the form of" $ $ ... $n "output all parameters.
printf "The complete list is%s\n" "[email protected]" 123

printf "The complete list is%s\n" "[Email protected]" 1 QQ all Parameters list. such as "[email protected]" with "" "in the case, with" $ "" $ "... Output all parameters in the form "$n"


printf "The complete list is%s\n" "$#" 2 the number of arguments added to the shell
printf "The complete list is%s\n" "$ 1.shShell" file name of itself
printf "The complete list is%s\n" "$ 123" for each parameter value added to the shell. $ $ is the 1th parameter, and the $ = is the 2nd parameter ...
printf "The complete list is%s\n" "$" QQ


[Email protected] is a list
$* is a whole line of strings.

Linux shell variable $#,[email protected], meaning of $0,$1,$2

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.