#!/bin/sh awk ' BEGIN { FS=":" } { print "substr: " substr($1,$2) } END {} '