1.vim创建shell脚本: vim创建shell脚本: # vim xxx.sh 执行shell脚本: ①# sh xxx.sh ②# chmod +x ./xxx.sh 执行 ./xxx.sh View Code 相关文章: 2021-09-21 2022-12-23 2021-11-01 2021-11-29 2021-11-29 2021-11-29