perl -ne 'chomp; my @data; push @data, $1 while s/^(...)//; print join(":", @data), ", rest=:$_:\n";'