On Mon, 21 Jan 2013, [email protected] wrote: > Assuming your original target list is in a file called file_list: > sed 's,.*[^A-Za-z]\(.*\.jsp\).*,\1,' file_list > extracted_list
David, Much more elegant than my awk approach. I'm not as fluent in sed as I am in awk. Thanks for the insight, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
