Use of --colsep without --header for multiple input files

2017-06-30 Thread Coby Viner
Dear GNU Parallel readers, Is it possible to use --colsep with multiple input files, without having to manually prefix each files' header by a unique identifier for use in conjunction with --header? For example, it would be nice if with multiple files they could be automatically labelled with a–

Re: Use of --colsep without --header for multiple input files

2017-06-30 Thread Ole Tange
On Sat, Jul 1, 2017 at 1:56 AM, Coby Viner wrote: > Is it possible to use --colsep with multiple input files, without having to > manually prefix each files' header by a unique identifier for use in > conjunction with --header? Yes. > For example, it would be nice if with multiple files they co

Re: Use of --colsep without --header for multiple input files

2017-06-30 Thread Coby Viner
That's great—thanks so much! -- Coby On Sat, July 1, 2017 12:22 am, Ole Tange wrote: > On Sat, Jul 1, 2017 at 1:56 AM, Coby Viner wrote: > >> Is it possible to use --colsep with multiple input files, without having >> to >> manually prefix each files' header by a unique identifier for us