有人可以简洁地向我解释这两个变量之间的区别是什么吗?
将变量传递给另一个程序的最安全方法是什么?
例如
#! /bin/bash # do stuff # pass variables onto another program java $@
shell
shell ×1