📅  最后修改于: 2022-03-11 14:51:18.696000             🧑  作者: Mango
# you can use "$(command)" to use the output of the evaluation of command as string :
echo "Lorem $(date +"%d.%m.%y") Ipsum"
#>Lorem 17.02.21 Ipsum