shell基础
linux环境下
vim text.sh
#! /bin/bash
echo "hello wordl"
wq!保存
./text.sh 运行
报错,需要赋权
模块一 linux系统与shell环境准备
原文:https://www.cnblogs.com/hantongxue/p/14310630.html