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 "??/??/???? ??:??"