📅  最后修改于: 2022-03-11 14:49:40.404000             🧑  作者: Mango
代码示例3
#!/bin/bash
# Ask the user for their name
echo Hello, who am I talking to?
read varname
echo It\'s nice to meet you $varname