2017年9月23日

Linux_shell 编程

摘要: (一)shell脚本的定义与执行 1、定义以开头:#!/bin/sh。 2、单个"#"号代表注释当前行。 3、执行: #chmod +x test.sh ./test.sh 增加可执行权限后执行 #bash test.sh 直接指定使用bash解释test.sh #. test.sh(source 阅读全文

posted @ 2017-09-23 22:19 Levi_l 阅读(175) 评论(0) 推荐(0)

导航