"Nathan Alberti" <nalberti at gmail.com> writes:
> Looking for suggestions, I have a data set that looks like the below
> in a text file.
>
> I need to split it out into individual variables, each block separated
> by "#" characters represents a different host.
csplit(1)
HTH, HAND.
Daniel