Showing source contents

Use the cat command to display the source of an object.

About this task

ccm cat|type file_spec...
file_spec
Specifies the file to be shown. See File specification for details.

Example

Display the second instance of the main.c-9 object version, which is a csrc object.

ccm cat main.c-9:csrc:2


Feedback