Convert a file of words into a file delimited by a single delimiter.
TMSS10SingleSpace [-d delimiter] [-g group]
TMSS10SingleSpace will read in a file on stdin
and ensure the number of spaces between each word
is no more than one space and optionally replace the single space with an alternative delimiter then write
the record to stdout
.
The options which apply to the TMSS10SingleSpace command are:
-d
a single character that is to be used as a delimiter. If this argument is not passed the delimiter will be a single space.-g
a filter value that is to be matched against each element that may have embedded Strings so that the String is considered a single element.This program does not use any environmental variables.
stdout
Output Reports.stderr
Diagnostic messages.stdin
Program input.Replace multiple spaces with a comma and group times.
TMSS10SingleSpace -d "," -g "??/??/???? ??:??"
2015-08-24 | Changed hascontents to contentcount and change contentcount to a filter rather than bool |
2015-08-24 | Added iscontainer and hascontents to the config file filter logic |
2015-05-16 | Added environmental varialbe TMSSCANFILEUNQUALIFIED which will load and check volumes without Customer-ID and Media-ID qualifiers |
2015-05-16 | Added environmental varialbe TMSSSCANFILENOPARSE which will presume scanfile items are only Volumes and not parse them, saving time |
2015-05-16 | When loading scanfile from import definition, added CUSTOMER and MEDIA keywords to set defaults |
2015-05-16 | When loading scanfile from import definition, changed keyword from VOLUME to BARCODE |
2015-05-16 | Added TMSSUNQUALIFIEDVOLUME environmental variable which forces all barcodes to be printed without Customer-ID and Media-ID |
2015-05-04 | Added support for AD passwords to all command line programs (check for environmental variable TMSSNOMD5) |
2014-11-19 | Changed server argument parser to allow colon in password to support z/OS DD name files |
2014-10-26 | Upgraded development environment from Visual Studio 2012 to Visual Studio 2013 |