#!/bin/bash
awk 'BEGIN {print "groupId   groupPath"} /groupId:/ { g = $2 } /groupPath:/ {$1 = g;print}'
