标签: linux bash
我有以下脚本,如何填写$FIRST_NAME中的X值?
$FIRST_NAME
X
#!/bin/sh FIRST_NAME='test' X='{"firstname": $FIRST_NAME}' echo $X