Jorge wrote:
I am trying to list (g.mlist) vector maps starting with the
letter “s” and when I use the wild card * I don’t get any
results.
Using the command g.mlist vect gives me a list of all the
vector maps in my MAPSET’s
Hi are you trying from the command line window or from the wxGUI command console? There are some issues with the wxGUI command console dealing with "quotes", there's an active ticket about it.
From the real command line it should be ok; note the "*" pattern
parameter should be quoted to protect it from the shell interpreter.
Hamish