Date : utilisation avancée de la commande date

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

1 Introduction

La commande date est parfois utile pour faire des calculs avancés.

2 Usage

  • Calculates the date 2 weeks ago from Saturday the specified format :
Command
date -d '2 weeks ago Saturday' +%Y-%m-%d

  • Unix alias for date command that lets you create timestamps in ISO 8601 format
Command
alias timestamp='date "+%Y%m%dT%H%M%S"'