Table of Contents
datcat - concatenate DAT-format files
datcat datfile1 datfile2
...
datcat concatenates one or more DAT-format files, in order
of appearance on the command line, to create a large output stream in
DAT format. This output stream is written to stdout.
To concatenate
files datfile1.dat and datfile2.dat to produce a third DAT-format file datfile3.dat,
use the command:
datcat datfile1.dat datfile2.dat > datfile3.dat
datcut(1)
, QccDataset(3)
, QccPack(3)
Copyright (C) 1997-2021
James E. Fowler
Table of Contents