NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moved the Code Block up.

...

  1. Create a JSON file that specifies the path for the bookmark, as follows: 

    Code Block
    {
     "path" : "/Path/To/Bookmark"
    }
  2. Run the following command:

    Code Block
    dm_add_bookmark <bookmark_name> <description.json> 

...

{ "path" : "/Path/To/Bookmark" }that specifies the path for the bookmark.
ParameterDescription
<bookmark_name>The name that the system displays on the UI for the bookmark. In this name, the system allows the plus character (+) or the pound character (#), but avoid using other special characters or spaces.
<description.json>The name of the JSON file containing an additional data parameter for the command, as follows:
Code Block

For example, consider the following command:

...