shell脚本基础使用

记录shell基础使用
2021-03-13 08:08 2021-03-13 12:00

参考shell教材

1.新建shell脚本

# 首先进入一个测试目录 cp ~/
touch test-shell.sh
chmod 755 ./test-shell.sh