📅  最后修改于: 2022-03-11 14:57:37.555000             🧑  作者: Mango
V='some substrings grouped together' # assignment
X="Put $V to make a longer string" # substitution and then assignment
Y=`date` # run command, assign its output
Z='Put $V to make a longer string' # no substition, simple assignment