摘要: ####1.shell脚本 文件开头#!/bin/sh #!/bin/bash #! 是一个约定标记,告诉系统这个脚本需要什么解释器来执行,即使用哪一种 Shell ####2.运行shell cd 到相应目录,然后 ./test.sh 注意:一定要写成 ./test.sh,而不是 test.sh, 阅读全文
posted @ 2020-08-13 14:45 小沙一粒 阅读(179) 评论(0) 推荐(0)