.TH g.remove 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBg.remove\fR\fR - Removes data base element files from the user's current mapset. .SH KEYWORDS general, map management .SH SYNOPSIS \fBg.remove\fR .br \fBg.remove help\fR .br \fBg.remove\fR [\-\fBf\fR] [\fBrast\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBrast3d\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBvect\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBoldvect\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBasciivect\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBicon\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBlabels\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBsites\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBregion\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBregion3d\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBgroup\fR=\fIstring\fR[,\fIstring\fR,...]] [\fB3dview\fR=\fIstring\fR[,\fIstring\fR,...]] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-f\fR" 4m .br Force remove .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBrast\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br rast file(s) to be removed .IP "\fBrast3d\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br rast3d file(s) to be removed .IP "\fBvect\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br vect file(s) to be removed .IP "\fBoldvect\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br oldvect file(s) to be removed .IP "\fBasciivect\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br asciivect file(s) to be removed .IP "\fBicon\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br icon file(s) to be removed .IP "\fBlabels\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br labels file(s) to be removed .IP "\fBsites\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br sites file(s) to be removed .IP "\fBregion\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br region file(s) to be removed .IP "\fBregion3d\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br region3d file(s) to be removed .IP "\fBgroup\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br group file(s) to be removed .IP "\fB3dview\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br 3dview file(s) to be removed .PP .SH DESCRIPTION \fIg.remove\fR allows the user to remove specified data base element files from the current mapset. .SH EXAMPLE For example, the below command will cause the raster maps named \fIsoils\fR, \fIslope\fR, and \fItemp\fR, the vector maps named \fIroads\fR and \fIrail\fR, and the imagery group files named \fInhap.1\fR and \fInhap.2\fR, and these files' associated support files (e.g., cell header files, category files, etc.), to be removed from the user's current mapset. \fC .DS .br g.remove rast=soils,slope,temp vect=roads,rail group=nhap.1,nhap.2 .br .DE \fR .SH NOTE If a particular data base element file has support files associated with it (e.g., as is commonly the case with raster maps), \fIg.remove\fR will remove these support files along with the data base element file specified. .PP The user can only use \fIg.remove\fR to remove data files existing under the user's \fIcurrent mapset\fR. .PP To remove multiple files, the script \fIg.mremove\fR may be used. .SH FILES $GISBASE/etc/element_list lists the element types whose files can be removed by the user. .SH SEE ALSO \fIg.copy\fR .br \fIg.list\fR .br \fIg.rename\fR .br \fIg.mremove\fR .SH AUTHOR Michael Shapiro, U.S.Army Construction Engineering Research Laboratory .PP \fILast changed: $Date: 2006-12-13 17:10:28 +0100 (Wed, 13 Dec 2006) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team