摘要:
转自:https://yunlzheng.gitbook.io/prometheus-book/parti-prometheus-ji-chu/promql/prometheus-query-language //非常全面易懂的教程 1.语法 当我们直接使用监控指标名称查询时,可以查询该指标下的所有 阅读全文
摘要:
转自:https://cloud.tencent.com/developer/article/1692546 1.for循环 1.1 变量取值 for 变量名 in 变量取值表 do 指令 done #示例 for a in {1..9} do mkdir dir$a done 说明:创建9个目录, 阅读全文
摘要:
转自:https://wangchujiang.com/linux-command/c/find.html 1.-type参数 find . -type 类型参数 f 普通文件 l 符号连接 d 目录 c 字符设备 b 块设备 s 套接字 p Fifo 2. 按时间 UNIX/Linux文件系统每个 阅读全文