Editing a file

You can edit the specified file by using the default editor.

About this task

ccm edit file_spec...
file_spec
Specifies the file to edit. See File specification for details.
Attention: On Windows, modifiable files can be edited only from within a project with a visible work area. On UNIX, only files that are modifiable by the current user can be edited.

Example

Edit version 8 of the log.c file. To edit an object, it must be writable by you.

ccm edit log.c-8


Feedback