reference manual gnome says: %S represents all non-space characters. – u0b34a0f6aeMay 6 '10 at 15:45
3
The accepted answer (ponzao) is ok with the specification in the question, but the reason to prefer lhf's answer is that if you have 8-bit or multibyte text (everything non-ascii), you can still split correctly on only spaces using this method. – u0b34a0f6aeMay 6 '10 at 15:50