# Changes date of format yymmdd (which is passed as parameter) to # format mm/dd/yy and sends it to standard out. # Creation: 10/7/94 Cynthia Roush # Change History: # echo $1 | sed "s/\(..\)\(..\)\(..\)/\2\/\3\/\1/"