摘要:
原文:https://www.runoob.com/linux/linux-shell-variable.html 变量命名规则和编程语言类似,不多说 1. 使用变量 使用一个定义过的变量,只要在变量名前面加美元符号即可,如 your_name="qinjx" echo $your_name ech 阅读全文
摘要:
教程网站: C语言中文网 http://c.biancheng.net/view/706.html 菜鸟教程 https://www.runoob.com/linux/linux-shell.html 简单示例 #!/bin/bash echo "Hello World !" echo命令用于向窗口 阅读全文