Shell Scripting Recipes by Chris F. A. Johnson & Jayant Varma
Author:Chris F. A. Johnson & Jayant Varma
Language: eng
Format: epub
Publisher: Apress, Berkeley, CA
8.5 dateshift—Add or Subtract a Number of Days
The date2julian script lets me convert a date to an integer. Now you need to put that to use and get yesterday’s date, or the date one week ago.
How It Works
By encapsulating the conversion to Julian Day, the arithmetic, and the conversion back to ISO date in the dateshift function, a single command can return the date at any offset from any given date.
Usage
dateshift [YYYY-MM-DD] OFFSET
If a date (in ISO format) is not entered on the command line, today’s date is used. Therefore, to retrieve yesterday’s date:
$ dateshift -1 ## at the time of writing the first Edition, it is October 15, 2004
2004-10-14
When is Twelfth Night?
$ dateshift 2004-12-25 +12
2005-01-06
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Test-Driven Development with Java by Alan Mellor(6818)
Data Augmentation with Python by Duc Haba(6731)
Principles of Data Fabric by Sonia Mezzetta(6477)
Learn Blender Simulations the Right Way by Stephen Pearson(6385)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6249)
Hadoop in Practice by Alex Holmes(5966)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5816)
RPA Solution Architect's Handbook by Sachin Sahgal(5648)
Big Data Analysis with Python by Ivan Marin(5405)
The Infinite Retina by Robert Scoble Irena Cronin(5339)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5161)
Pretrain Vision and Large Language Models in Python by Emily Webber(4371)
Infrastructure as Code for Beginners by Russ McKendrick(4141)
Functional Programming in JavaScript by Mantyla Dan(4044)
The Age of Surveillance Capitalism by Shoshana Zuboff(3964)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3855)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3656)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3633)
