http://qs1969.pair.com?node_id=356047


in reply to changing full name to last, first mid

From the command line you could just do:
perl -p -i -e 's/^(.*?)\s*(\w+)\s*$/$2, $1\n/' list.txt

Replies are listed 'Best First'.
Re: Re: changing full name to last, first mid
by jillern (Initiate) on May 24, 2004 at 22:10 UTC
    Thank you thank you thank you...you have saved me much student input time....gde