标签: shell pipe
如何分配"时间"像这样的变量:
#!/bin/bash echo -n "License" read license time=echo date +"%H:%M" echo $license $time
当我运行该脚本时,时间变量为空。但是,如果我删除echo许可证并读取许可证,它就可以工作。
提前致谢