摘要: 执行shell脚本的多种方式: 1.[root@localhost ~]# bash file1 //第一种方式 2.[root@localhost ~]# sh file1 //第二种方式 3.[root@localhost ~]# . file1 //第三种方式 4.[root@localhos 阅读全文
posted @ 2021-08-29 15:55 majiajun 阅读(98) 评论(0) 推荐(0)