3 lines
65 B
Awk
3 lines
65 B
Awk
|
|
#!/usr/bin/awk -f
|
||
|
|
{print"The length of this line is "length($0)}
|