#!/bin/sh # # (c) by GJN 2002, GPL # grep '^[0-9][0-9]' MIW02-grupy.txt |\ cut -d ' ' -f2- | sed s/,// |\ awk '{print $2,$1"\n"$4,$3}'| sort