in reply to Re: Splitting file into separate files based on record lengths and identifiers
in thread Splitting file into separate files based on record lengths and identifiers

Shouldn't it be /a instead of /A to include the space after BOB?

Replies are listed 'Best First'.
Re^3: Splitting file into separate files based on record lengths and identifiers
by ikegami (Patriarch) on Aug 30, 2010 at 20:29 UTC
    Probably. "A" will trim trailing spaces. "a" won't. User's choice.