Horje
shell script iterate over characters in string Code Example
shell script iterate over characters in string
foo=string
for (( i=0; i<${#foo}; i++ )); do
  echo "${foo:$i:1}"
done




Shell

Related
remove spaces from file names bash Code Example remove spaces from file names bash Code Example
git init Code Example git init Code Example
open ssh linux mint Code Example open ssh linux mint Code Example
pulseaudio check if runnings Code Example pulseaudio check if runnings Code Example
Install MySQL FreeBSD Code Example Install MySQL FreeBSD Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10