码迷,mamicode.com
首页 >  
搜索关键字:变量替换删除企业应用场景    ( 1个结果
变量替换删除企业应用场景
法1:rm-rf#!/bin/bash path=/tmp if[-e$path]#当/tmp不为空则执行 then rm-rf$path fi法2:find#!/bin/bash path=/tmp find${path:-/abc}-type-f-name"*.log"-mtime+7|xargsrm-f #-mtime+7删除7天以前的数据${path:-/abc} #如果path未定义,则表达式的值为/abc
分类:其他好文   时间:2017-06-20 17:53:42    阅读次数:96
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!