Showing the associated tasks or objects for a folder

About this task

For the specified folders, this command shows the associated tasks or objects of the associated tasks.

ccm folder -s|-sh|-show (t|task|tasks) -v|-verbose folder_spec...
ccm folder -s|-sh|-show ((t|task|tasks) | (obj|objs|objects))
          [-f|-format format] [-nf|-noformat] ([-ch|-column_header] |
          [-nch|-nocolumn_header]) [-sep|-separator separator]
          ([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
          [-gby|-groupby groupformat] [-u|-unnumbered] folder_spec...
-ch|-column_header
Specifies to use a column header in the output format. See sc_r_h_unnumbered_fs.html#__wp819979 for details.
folder_spec
Specifies the folders to show. See Folder specification for details.
-f|-format format
Specifies the command output format. See sc_r_h_unnumbered_fs.html#__wp826148 for details.
-gby|-groupby groupformat
Specifies how to group the command output. See sc_r_h_unnumbered_fs.html#__wp819660 for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See sc_r_h_unnumbered_fs.html#__wp819979 for details.
-nf|-noformat
Specifies not to use column alignment. See sc_r_h_unnumbered_fs.html#__wp826095 for details.
-ns|-no_sort
Specifies that the command's output will not be sorted. See sc_r_h_unnumbered_fs.html#__wp819323 for details.
-sep|-separator separator
Specifies a different separator character. See sc_r_h_unnumbered_fs.html#__wp826071 for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See sc_r_h_unnumbered_fs.html#__wp827516 for details.
-u|-unnumbered
Suppresses automatic numbering of the command's output (that is, the output is un-numbered). See sc_r_h_unnumbered_fs.html#__wp827924 for details.
-v|-verbose
Specifies that the folder information should use the verbose format.

Examples

About this task

  • Show the tasks in folder 111.

    ccm folder -show tasks 111
    1) Task 19: Rewrite messaging module
    2) Task 26: Close box no longer active
    3) Task 31: Wrong window receives message
    4) Task 40: Auto-calculation gives incorrect result
    5) Task 53: Download of images occurs too slowly

  • Show the objects that are associated with folder 160.

    ccm folder -sh objects 160
    1) UTIL.C-2:csrc:1 integrate bob 19
    2) MSGS.C-3:csrc:1 integrate bob 19
    3) MSGS.H-2:incl:1 integrate bob 19
    4) DIALOG.C-8:csrc:1 integrate bob 57
    5) DIALOG.H-13:incl:1 integrate bob 57


Feedback