• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BEGIN {
2	getline l
3	getline l
4	print (s=substr(l,1,10)) " len=" length(s)
5}
6