Listing folders

About this task

This subcommand lists the folders that satisfy the specified criteria. If you don’t specify options or arguments, the command lists all folders; otherwise, the command lists:

ccm folder -l|-list [-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]
           [(all_personal | all_build_mgrs | all_shared |
           all_non_writable | all)]
-ch|-column_header
Specifies to use a column header in the output format. See sc_r_h_unnumbered_fs.html#__wp819979 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.

Examples

About this task

  • List all of the build management folders in the current database.

    ccm folder -list all_build_mgrs
    1) Folder 42: All Completed Tasks for Release 2.1
    2) Folder 95: Tasks Completed for Release 3.4

  • List all of your personal folders.

    ccm folder -list all_personal
    1) Folder 111: bob's Insulated Development Folder
    2) Folder 145: bob's Completed Tasks for Release 4.2
    3) Folder 146: bob's Assigned Tasks


Feedback