linux shell split string2012-07-04shellContentslinux shell split stringlinux shell split string 1 2 3 4 5 6 7 8 9 10 11 sentence="This is a sentence." for word in $sentence do echo $word done ``1 2 3 4 5 6 7 8 this is a sentence. Author -LastMod 2012-07-04