On Tue, 15 Nov 2016, Rich Shepard wrote:
> I modified the sed command to read:
>
> s#([0-9]{2})/([0-9]{2})/([0-9]{4})#\3-\1-\2#g
>
> and sed complains, "sed: file change-date-format.sed line 12: invalid
> reference \3 on `s' command's RHS".That's because I forgot the -r option on the command line. Mea culpa, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
