2021年5月24日
摘要: 一、环境准备 shell基础 最常见的shell:Boume Again Shell (/bin/bash) shell的类型在代码的第一行规定 #!/bin/bash echo:用于字符串的输出 运行shell: 第一种执行方法: chmod+x /test.sh #使脚本具有执行权限 r 表示可 阅读全文
posted @ 2021-05-24 11:32 Cloverqq 阅读(38) 评论(0) 推荐(0)