Answers for "bash how to get the first 10 word in string script"

0

bash get first n characters

echo ${FOO:0:10}
Posted by: Guest on April-18-2021

Code answers related to "bash how to get the first 10 word in string script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language