fork(2) download
  1. echo "18.11.2012" | awk -F"." '{t=mktime($3 " " $2 " " $1 " 00 00 00");
  2. print strftime("%d %B %Y", t)}'
Success #stdin #stdout 0.03s 5312KB
stdin
Standard input is empty
stdout
18 November 2012