File: add.ymd-1d.clit

package info (click to toggle)
dateutils 0.4.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,072 kB
  • sloc: ansic: 22,115; makefile: 1,686; yacc: 202; sh: 168; lex: 108
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/clitoris  ## -*- shell-script -*-

$ dseq "1917-01-01" "2399-12-31" -f "ymd" > "add.ymd-1d.ref"
$ dadd +1d < "add.ymd-1d.ref" | dadd -1d
< "add.ymd-1d.ref"
$ rm -- "add.ymd-1d.ref"
$

## add.ymd-1d.clit