#!/usr/bin/env ruby while data=gets.chomp.split(",") printf("%-20s%s\n", data[5], data[8]) end