File: dconv.089.clit

package info (click to toggle)
dateutils 0.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,236 kB
  • ctags: 1,790
  • sloc: ansic: 20,002; makefile: 1,434; yacc: 200; sh: 167; lex: 105
file content (21 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/clitoris  ## -*- shell-script -*-

$ dconv -f ymd <<EOF
1917-01-01b
1917-02-06b
1917-03-13b
1917-12-21b
1918-01-01b
1918-12-21b
1918-12-22b
EOF
1917-01-01
1917-02-08
1917-03-19
1917-12-31
1918-01-01
1918-12-30
1918-12-31
$

## dconv.89.clit ends here