创建sh文件
Posted xiluhua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建sh文件相关的知识,希望对你有一定的参考价值。
创建sh文件
#/bin/bash v_file=$1 v_type=$2 v_desc=$3 touch $v_file echo ‘#=======================================================================================‘ > $v_file echo ‘#/bin/bash‘ >> $v_file echo ‘#auth: xiluhua‘ >> $v_file echo ‘#date: ‘$(date +%Y%m%d) >> $v_file echo ‘#desc: ‘$v_desc >> $v_file echo ‘#=======================================================================================‘ >> $v_file if [ -n $v_type ] then chmod +$v_type $v_file fi exit 0
以上是关于创建sh文件的主要内容,如果未能解决你的问题,请参考以下文章
sh 文件操作 - 使用花括号创建/ rm muiltple文件