1. cat -n files
  2. sed "=" 1.py |sed 'N;s/\n/\t/'
  3. awk 'BEGIN {OFS="\t"} {print NR,$0}' 1.py