wdf cat
Concatenate files and print on the standard output. WDF, WIA and CISO files are extracted before printing, all other files are copied byte by byte.
This is the default command, when the program name contains the sub string
'cat' in any case. »
wdf +CAT« replaces the old tool
wdf-cat.
3. Description
The tool 'wdf-cat' works like the standard 'cat' tool:
It concatenate files and print the result to standard output.
While doing this
WDF,
WIA and
CISO files
will be expanded to the normal presentation.
Other files will be copied directly.
3.1 Set command +CAT as default
If the tool
wdf is called with an program name that contains the string
cat
(like in
wdf-cat or
wdfcat) then the
+CAT command is the default.
The best way is to link (soft or hard) it to the new name. Expamples
ln wdf wdf-cat
ln -s wdf wdf-cat
cp -l wdf wdf-cat
The unix installation script does it for you.