摘要: [root@centos7 data]# cat func1.sh#!/bin/bashget_os() { cat /etc/os-release uname -r echo "hello world"} get_os 例1:在第3至第5行末尾添加; [root@centos7 data]# se 阅读全文
posted @ 2021-08-04 16:59 Real_Raul 阅读(965) 评论(0) 推荐(0)