Answers for "awk print first characters of a field"

0

awk print first characters of a field

awk '{print substr($1,1,1)}'
Posted by: Guest on January-15-2021
0

awk print first characters of a field

awk '{print substr($1,1,1)}'
Posted by: Guest on January-15-2021

Code answers related to "awk print first characters of a field"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language