KEEP(nged)

NAME

keep - Copies the objects specified to the keep_file.

SYNOPSIS

keep {keep_file} {objects}

DESCRIPTION

Copies the objects specified to the keep_file. If keep_file does not exist, it is created. If keep_file does exist, the_objects_ are appended to it. The keep_file is a BRL-CAD database file. The objects in the list must exist in the current database.

EXAMPLES

The example shows the use of the keep command to copy specified objects to a designated file.

Example 1. Copy specified objects to a designated file.

mged> keep sample.g sample1 sample2

Creates sample.g file with objects sample1 and sample2 in it.

AUTHOR

BRL-CAD Team

This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org