标签: variables unix command
我在脚本中使用它:
VAR=$(grep -c mac myfile.tmp) echo $VAR
运行脚本时结果为0。但是,如果我在命令行中运行该命令,则返回实际值1。
任何人都知道问题是什么?