Home | History | Annotate | Line # | Download | only in testdir
      1  1.1  christos /^[0-9]/ { print $1,
      2  1.1  christos 	length($1),
      3  1.1  christos 	log($1),
      4  1.1  christos 	sqrt($1),
      5  1.1  christos 	int(sqrt($1)),
      6  1.1  christos 	exp($1 % 10) }
      7