Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctod(1) [ultrix man page]

ctod(1) 						      General Commands Manual							   ctod(1)

Name
       ctod - combine DDIS objects into DOTS format

Syntax
       ctod [ -x ] object.ddis

Description
       The  command  combines  a  DDIS encoded object into a Data Object Transport Syntax (DOTS) format, which is written to standard output.  The
       object may contain references to other DDIS files.  The purpose of is to create a single file from multiple references to other	files,	in
       order to transfer or move DDIS objects from one location to another.

       object.ddis  is a file name, or a minus sign (-) for standard input.  If a minus sign is specified, or if no file name is present, standard
       input is read.  The named object and its external references, if any, are combined into a DOTS data stream which  is  written  to  standard
       output.

       Because a DOTS stream contains binary data, output should be redirected to a file or a pipe.

Options
       -x   Specifies that is to DOTS encode the input file without resolving any external references present in the file.  This option is for use
	    only with files containing no external references.

Restrictions
       The only DDIS object types supported in this release are DDIF and DTIF.

Diagnostics
       The exit status is 0 if all files were combined successfully and 1 if any of the files could not be combined.  Consult `standard error'	to
       see what files failed, and why.

       If  the	-x  option  is	used  and contains any external references, returns an error status of 1, and writes an error message to `standard
       error'.

See Also
       dtoc(1), DDIS(5), DDIF(5), DTIF(5), DOTS(5)

																	   ctod(1)

Check Out this Related Man Page

CDA(5)								File Formats Manual							    CDA(5)

Name
       CDA - Compound Document Architecture

Description
       Digital's CDA architecture for compound documents is an open architecture that establishes a framework for the interchange of many types of
       data in a multivendor environment.  Utilizing CDA converters, compound revisable format data can be handled much the same  as  ASCII  text.
       With  CDA  converters, you can write applications that handle compound documents, regardless of the environment in which you or application
       users are working.

       CDA includes the Digital Document Interchange Format (DDIF), the Data Object Transport Syntax (DOTS), and  the  Digital	Table  Interchange
       Format  (DTIF).	 Each of these formats is encoded using the Digital Data Interchange Syntax (DDIS).  Using these representations, CDA pro-
       vides a method for manipulating files that contain a number of integrated components.

       The tools associated with CDA include the CDA Toolkit (libddif.a), the CDA Converter (the main converter is and the CDA Viewers.   The  CDA
       Toolkit	is  a collection of routines that support the creation of CDA applications.  The CDA Converter converts files of a specified input
       format to a specified output format.  The CDA Viewers are used to display CDA-encoded files on a workstation display or character cell ter-
       minal.

       All  of	the  following products support CDA-encoded files.  If you only intend to manipulate CDA files, and do not have an interest in the
       particulars of the file format,	you can use any one of these products to manipulate a CDA-encoded file:

       CDA Converters
       CDA Viewers (dxvdoc, vdoc)
       dxcardfiler
       dxmail
       dxpaint
       PrintScreen

See Also
       cdoc(1), vdoc(1), DDIF(5), DDIS(5), DOTS(5), DTIF(5)
       Compound Document Architecture Manual

																	    CDA(5)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ls -l 2>&1

hi it's little silly but may i know the meaning of this command ls -l 2>&1 does this mean that standard error of the command "ls -l" is been redirected to standard output........? if this is the case then where such things come in use. (3 Replies)
Discussion started by: mxms755
3 Replies

2. UNIX for Advanced & Expert Users

combined stdout & stderr

Hello Everyone! I'm trying to combine output for standard output and for possible standard error to the log file. I was trying to use tee command, but it turned out if error occurred error output will be send to the screen only and will not be redirected with tee command to the log file. Anyone... (11 Replies)
Discussion started by: slavam
11 Replies

3. Shell Programming and Scripting

combine multiple .xl file

Hi Friends, Is it possible in Unix ? The requirement is ============= Create a unix shellscript that combines multiple excel files into one. Note : it is possible for data files.but the requirement is for excel file (4 Replies)
Discussion started by: bikas_jena
4 Replies

4. Programming

determining the object files...

hello, is there a utility to determine which object files are used to create a binary executable file?let me explain, please: for ex. there are three files: a.o b.o c.o and these files are used to create a binary called: prg namely, a.o b.o c.o -> prg so, how can i determine these three... (1 Reply)
Discussion started by: xyzt
1 Replies

5. Shell Programming and Scripting

building output file from multiple input files

Hi there, I am trying to figure out a way to combine multiple sources with different data on a single file, and I am trying to find the best way to do it. I have multiple files, let's say A, B, C and D. A has a field in common with B, B has a field in common with C, and C has a field in... (2 Replies)
Discussion started by: ppucci
2 Replies

6. UNIX for Dummies Questions & Answers

Normal format and scientific combined data

hi guys, i have a data with a column of p value (normal format and scientific combined). i want to creat a subset of data which only contains p-value: data 1: p<10^7 data 2: p<0.01 how should i do it? many thanks! data looks like: rs7841347 128887490 1.695e-007 rs1241347 ... (4 Replies)
Discussion started by: forevertl
4 Replies

7. Shell Programming and Scripting

Removing repeating lines from a data frame (AWK)

Hey Guys! I have written a code which combines lots of files into one big file(.csv). However, each of the original files had headers on the first line, and now that I've combined the files the headers are interspersed throughout the new combined data frame. For example, throughout the data... (21 Replies)
Discussion started by: gd9629
21 Replies

8. Shell Programming and Scripting

Case structure combined with standard input

Hi folks, I am new to bash scripting so please excuse my question. Is there any chance to combine a case structure with the read command? Like case (read -p "" variable) in x) Thx! (7 Replies)
Discussion started by: haukee
7 Replies