1g.list(1)                     Grass User's Manual                    g.list(1)
2
3
4

NAME

6       g.list   -  Lists available GRASS data base files of the user-specified
7       data type to standard output.
8

KEYWORDS

10       general, map management
11

SYNOPSIS

13       g.list
14       g.list help
15       g.list [-f] type=datatype[,datatype,...]  [mapset=string]   [--verbose]
16       [--quiet]
17
18   Flags:
19       -f
20           Verbose listing (also list map titles)
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28   Parameters:
29       type=datatype[,datatype,...]
30           Data type
31           Options:                             rast,rast3d,vect,oldvect,asci‐
32           ivect,icon,labels,sites,region,region3d,group,3dview
33
34       mapset=string
35           Mapset to list (default: current search path)
36

DESCRIPTION

38       g.list allows the user to list user-specified, available and accessible
39       files from mapsets under the user's current location.
40

EXAMPLES

42       List all raster maps:
43       g.list type=rast
44
45       List all raster and vector maps from mapset "user":
46       g.list type=rast,vect mapset=user
47

NOTES

49       If  unspecified,  files  of  the specified type from all mapsets in the
50       user's current search path will be listed to standard output.  To  find
51       out which mapsets are in the cuurent search path, use 'g.mapsets -p'.
52
53       If  the user requests that files from a mapset to which access has been
54       restricted (see g.access) be listed, no files from this mapset will  be
55       listed.
56

SEE ALSO

58       g.access
59       g.mapsets
60       g.mlist
61

AUTHOR

63       Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
64
65       Last changed: $Date: 2007-02-12 16:36:55 +0100 (Mon, 12 Feb 2007) $
66
67       Full index
68
69       © 2003-2008 GRASS Development Team
70
71
72
73GRASS 6.3.0                                                          g.list(1)
Impressum