随笔分类 -  shell

摘要:#!/bin/bash clear if [[ $# -eq 0 ]];then echo -e '\E[33m'"###########系统分析##########" fi output=$(tput sgr0) os=$(uname -o) echo -e '\E[32m'"系统类型:"$output $os os_name=$(cat /etc/issue |grep -e ... 阅读全文
posted @ 2017-05-05 14:12 vick.wang 阅读(261) 评论(0) 推荐(0)