markdown 特别美元符号壳

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 特别美元符号壳相关的知识,希望对你有一定的参考价值。

Direct Link: [stackoverflow](https://stackoverflow.com/questions/5163144/what-are-the-special-dollar-sign-shell-variables)

$1, $2, $3, ... are the positional parameters.
"$@" is an array-like construct of all positional parameters, {$1, $2, $3 ...}.
"$*" is the IFS expansion of all positional parameters, $1 $2 $3 ....
$# is the number of positional parameters.
$- current options set for the shell.
$$ pid of the current shell (not subshell).
$_ most recent parameter (or the abs path of the command to start the current shell immediately after startup).
$IFS is the (input) field separator.
$? is the most recent foreground pipeline exit status.
$! is the PID of the most recent background command.
$0 is the name of the shell or shell script.
Most of the above can be found under Special Parameters in the Bash Reference Manual. 
There are all the environment variables set by the shell.

以上是关于markdown 特别美元符号壳的主要内容,如果未能解决你的问题,请参考以下文章

关于 Vue 方法前面的美元符号

如何在 CSDN 的 MarkDown 中编辑数学公式

markdown 一代壳

0102编程-JupyterNotebook中显示的数学公式LaTeX

Markdown改变字体颜色

美元英语是dollar,为啥符号是$