`
ticojj
  • 浏览: 156590 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

get the 3 months before date

    博客分类:
  • UNIX
 
阅读更多
  1. #!/bin/sh
  2. #
  3. year=`date +%y`
  4. month=`date + %m`
  5. day=`date +%d`
  6. if [ $month -le 3 ]
  7. then
  8.     month= expr $month - 3 + 12
  9.     year= expr $year - 1
  10. else
  11.     month= expr $month - 3
  12. fi
  13. echo $year-$month-$day
分享到:
评论

相关推荐

    Get_the_Window

    Get the Window Title, Active Document, and tell if an App is Running after Shell Launching It Description: This application demonstrates how to get the window title of an application you started with ...

    Get the Edge - Anthony Robbinson

    Life Coach - Anthony Robbins

    Get the path of the currently executing python script using import

    Get the path of the currently executing python script using import

    java 时间转换date time = new date()

    int day = c.get(Calendar.DATE); int hour = c.get(Calendar.HOUR_OF_DAY); int minute = c.get(Calendar.MINUTE); int second = c.get(Calendar.SECOND); System.out.println(year + "/" + month + "/" + day + " ...

    GetData安装包

    GetData是一款强大的数据提取工具,主要用于从图形图像中准确地获取曲线和点的数据。这款软件的安装包名为"GetData.Graph.Digitizer.v2.24.rar.zip",这表明我们正在处理的是GetData Graph Digitizer的v2.24版本,一...

    a-date-of-the-year.rar_The Year

    标题中的"a-date-of-the-year.rar_The Year"表明这是一个与日期和特定年份相关的压缩文件。描述中提到的两个任务是:输入一个日期并判断它在一周中的哪一天(即计算星期),以及计算三角形的面积。这两个主题分别...

    GET_AGE.rar

    下面将详细探讨这两个函数"FUN_GET_AGE_INDATE"和"FUN_GET_AGE"及其相关的知识点。 首先,我们要理解在Oracle数据库中,时间数据通常存储为DATE类型,它可以包含日期和时间信息。在计算年龄时,我们通常需要比较两...

    由get组成的常见短语.pdf

    例如:“Don't forget to get on the train before it leaves.”(别忘了在火车离开前上车。) 10. **get round**:传播,传开。例如:“Word got round that the company was going to lay off some employees.”...

    get the name of OS

    描述如何获取一个操作系统的用户名信息,只是 一个简单的测试程序

    中班英语:get on get off the bus.doc

    中班英语:get on get off the bus.doc

    The Busy Coder’s Guide to Android Development 8.4 epub

    And, with updates coming every couple of months via the Warescription, you will keep up to date. What’s New in Version 8.4? For those of you who have read previous editions of this book, here are ...

    Oracle Date常用方法封装

    5. **自定义日期处理函数**:在PackageBody `ZL_Date_Service` 中,可以封装这些常用操作为自定义函数和过程,如`ADD_BUSINESS_DAYS`用于添加工作日,`GET_WEEK_START`和`GET_WEEK_END`用于获取一周的起始和结束日期...

    PowerShell中Get-Date对象的常用属性和方法介绍

    本文介绍PowerShell中使用Get-Date得到的日期对象的属性和方法,利用好这些对象和方法,可以极大的增强我们开发的灵活性。 使用Get-Date可以获取到一个时间对象,这个时间对象,可不是仅仅用来输出当前时间这么简单...

    Get the Day of Week that a Day Falls On

    标题“Get the Day of Week that a Day Falls On”暗示了一个编程任务,即获取特定日期是星期几。这个功能在各种应用程序中都很常见,比如日历应用或者时间管理工具。让我们深入探讨一下相关知识点。 首先,我们...

    GetData安装软件及使用教程

    3. 图像处理: GetData 还允许用户对图像进行亮度、对比度调整,以提高数据提取的准确性。 4. 快捷键操作:GetData支持快捷键操作,可以提高工作效率,例如使用Ctrl+Z撤销操作,Ctrl+S保存数据等。 四、常见问题与...

    Get.Smart.Season 1.srt

    Filename.....: Get.Smart.1965.S01E30.The.Last.One.In.Is.A.Rotten.Spy.avi Filesize.....: 183,820,288 bytes Runtime......: 25:25.762 (36582 frames) Video Codec..: XviD 1.1.2 Final (B-VOP//) Video Bit...

    Get My MSL1.3.apk

    Get My MSL will give you your MSL code without the need to use adb shell or have a terminal app installed.This version requires INTERNET ...attempting to get the MSL (such things as make and model of phone...

Global site tag (gtag.js) - Google Analytics