Author: sandy_eggosandy_eggo
Date: Jul 14, 2008 16:52
Given a record that looks like:
Department: PEDIATRICS/TRIHEALTH
Using awk how can I print the record so it looks like:
Department: TRIHEALTH/PEDIATRICS
(basically print $2 and $1 with an OFS = "/"). I've tried several
iterations and.
just. can't. get. it. today.
|