$* in bash scripting

后端 未结 8 958
一整个雨季
一整个雨季 2021-01-17 16:33

Can anybody tell me what does $* mean in bash scripting?

I tried to search on google for it, but I found only about $0, $1 an

8条回答
  •  无人及你
    2021-01-17 17:15

    See this page:

    http://tldp.org/LDP/abs/html/internalvariables.html#IFSEMPTY

    The behavior of $* and $@ when $IFS is empty depends + on which Bash or sh version being run. It is therefore inadvisable to depend on this "feature" in a script.

提交回复
热议问题