Hi,
I'm looking to break up a file with space delimiters. Its really just a list of numbers with spaces in between them, and I need to put each of the numbers in a list as separate entries. However, they are all on one line like so:
5 7 6 35 346 245 etc.
I have been told there is a command for this (like split or tokenize) but I cannot find it. Thanks!