摘要: shell 基础知识 指定解析器 #!/bin/bash #!/usr/bin/env bash 系统环境变量加载顺序:/etc/profile -> ~/.bash_profile -> ~/.bashrc -> /etc/bashrc -> ~/.bash_logout 变量 # 只读变量 re 阅读全文
posted @ 2023-11-22 20:37 mikrokosmo 阅读(30) 评论(0) 推荐(0)