摘要:
在我们初学linux系统shell时,可能会感觉$@与$*没什么区别,如下面shell脚本:#!/bin/bash# name:a.sh#echo 'this script $* is: '$*echo 'this script $@ is: '$@执行结果表面上是一样的、如下图所示:其实$*和$@... 阅读全文
posted @ 2015-06-20 17:48 520_1351 阅读(4976) 评论(0) 推荐(0)
|
摘要:
在我们初学linux系统shell时,可能会感觉$@与$*没什么区别,如下面shell脚本:#!/bin/bash# name:a.sh#echo 'this script $* is: '$*echo 'this script $@ is: '$@执行结果表面上是一样的、如下图所示:其实$*和$@... 阅读全文
posted @ 2015-06-20 17:48 520_1351 阅读(4976) 评论(0) 推荐(0) |
||