File: convt.ymd-ywd.clit

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

$ dseq "1917-01-01" "2399-12-31" -f "ymd" > "convt.ymd-ywd.ref"
$ dconv -f "ywd" < "convt.ymd-ywd.ref" | dconv -f "ymd"
< "convt.ymd-ywd.ref"
$ rm -- "convt.ymd-ywd.ref"
$

## convt.ymd-ywd.clit