#!/bin/sh set -eu exec awk '{ printf "%s\t%s\n", NR, $0 }'