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