#!/bin/bash
word='hello,world'
str1="he said:"$word"!"
str2="he said:$word"
str3='he said:'$word'!'
echo $str1 $str2 $str3
#!/bin/bash
word='hello,world'
str1="he said:"$word"!"
str2="he said:$word"
str3='he said:'$word'!'
echo $str1 $str2 $str3
上一篇:shell脚本之删除变量
下一篇:shell脚本之字符串
在Linux中一切皆文件,这些文件按照一定的规则存放在不同的目录当中。为了能够快速找到文件及以后的操作的规范性,我们必须记清楚Linux的目录结构。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M