无法分配变量shell脚本

时间:2015-04-21 15:30:31

标签: shell pipe

如何分配"时间"像这样的变量:

#!/bin/bash
echo -n "License"
read license
time=echo date +"%H:%M"
echo $license $time

当我运行该脚本时,时间变量为空。但是,如果我删除echo许可证并读取许可证,它就可以工作。

提前致谢

0 个答案:

没有答案