06 2022 档案

摘要:1. shell脚本的基本结构 1.1 shell脚本的格式 指明解释器类型 通常被称为shebang,常见的有sh、bash、zsh,如#!/bin/bash指明此脚本使用/bin/bash来解释执行 格式:#!加解释器的路径 #!/bin/bash #!/usr/bin/python #!/us 阅读全文
posted @ 2022-06-14 23:35 人间丶迷走 阅读(104) 评论(0) 推荐(0)