会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
willie-Wang
博客园
首页
新随笔
联系
管理
2017年11月3日
shell设置时间递减脚本
摘要: 经常要用shell来做时间的定时任务,尤其是用sqoop脚本拉取数据的时候,那么假如当你要导入数据是残缺的时候呢,我写了一个能自定义时间并逐条递减的程序 #!/bin/bash . /etc/profile . ~/.bash_profile set -x cd $(dirname $0) #ttt
阅读全文
posted @ 2017-11-03 13:39 willie-WangLiang
阅读(597)
评论(0)
推荐(0)
编辑