FreeBSD Manual Pages
PREFIX(nged) BRL-CAD User Commands PREFIX(nged) NAME prefix - Changes the name of all the objects listed by adding the specified new_ prefix. SYNOPSIS prefix {new_prefix objects_} DESCRIPTION Changes the name of all the objects listed by adding the specified new_ prefix. All references to the objects will also be changed. The mvall command performs a similar function. EXAMPLES The example shows the use of the prefix command to change the names of specified objects and all references to them. Example 1. Change the names of specified objects and references to them. mgedprefix test_ group1 regiona shapeb Changes the names of objects group1, regiona, and shapeb to Atest_group1,A Atest_regiona,A and Atest_shapeb.A All references to these objects will reflect the new names. AUTHOR BRL-CAD Team BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 08/29/2020 PREFIX(nged)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | AUTHOR | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=prefix&manpath=FreeBSD+12.1-RELEASE+and+Ports>