20.1Shell脚本介绍1.shell是一种脚本语言aming_linuxblog.lishiming.net2.可以使用逻辑判断、循环等语法3.可以自定义函数4.shell是系统命令的集合5.shell脚本可以实现自动化运维,能大大增加我们的运维效率20.2Shell脚本结构和执行1.开头(首行)需要加:#!/bin/bash2.以#开头的..
分类:
系统相关 时间:
2017-09-18 18:19:07
阅读次数:
217
Linuxdate命令的用法在linuxshell编程中,经常用到日期的加减运算以前都是自己通过expr函数计算,很麻烦其实date命令本身提供了日期的加减运算非常方便。例如:得到昨天的时间date+%Y%m%d--date="-1day"date用法:date[OPTION]...[+FORMAT]date[-u|--utc|--universal][MMDDhhmm..
分类:
系统相关 时间:
2017-07-12 23:21:23
阅读次数:
239
用法:date [选项]... [+格式] 格式前使用“+” 或:date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]Display the current time in the given FORMAT, or set the system da ...
分类:
其他好文 时间:
2017-05-03 14:37:45
阅读次数:
294