1d.save(1)                     Grass User's Manual                    d.save(1)
2
3
4

NAME

6       d.save  - Creates a list of commands for recreating screen graphics.
7

KEYWORDS

9       display
10

SYNOPSIS

12       d.save
13       d.save help
14       d.save   [-cao]   [frame=string[,string,...]]    [remove=integer[,inte‐
15       ger,...]]   [move=from,to[,from,to,...]]   [--verbose]  [--quiet]
16
17   Flags:
18       -c
19           Save current frame
20
21       -a
22           Save all the frames
23
24       -o
25           Only map objects without extra header and tailer
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33   Parameters:
34       frame=string[,string,...]
35           Name of frame(s) to save
36
37       remove=integer[,integer,...]
38           List of object numbers to remove which are displayed after "#".  -1
39           for the last object.
40
41       move=from,to[,from,to,...]
42           List  of  object  numbers  to move ("from" to "to"). remove= option
43           will be done first, if any.
44

DESCRIPTION

46       When GRASS display (d.) commands are used to generate graphical  images
47       on the graphics monitor, some commands are noted in lists that the cur‐
48       rent graphics driver (see manual entry for d.mon) maintains. This  com‐
49       mand,  d.save,  uses this information to create a shell script that can
50       be used to recreate graphics in another  frame  at  another  time.  The
51       shell  script  is sent to standard output (the user's terminal). If you
52       wish to save the shell script created by d.save, its output  should  be
53       redirected to a file; for example:
54        d.save > script.out
55
56       The  user can run the program non-interactively by specifying flag set‐
57       tings and parameter values on the  command  line.  If  the  user  types
58       d.save  without  specifying  these  program arguments, the user will be
59       prompted for inputs through the standard user  interface  described  in
60       the manual entry for parser.
61

NOTES

63       Object numbers for remove= and move= options are displayed after #.
64
65       Display  commands used interactively, and those that take their graphic
66       instructions from standard input, will not be saved by d.save.
67

SEE ALSO

69       d.frame
70       d.mon
71       g.region
72       parser
73

AUTHOR

75       David Satnik, Central Washington University
76
77       Last changed: $Date: 2006-06-09 09:41:59 +0200 (Fri, 09 Jun 2006) $
78
79       Full index
80
81       © 2003-2008 GRASS Development Team
82
83
84
85GRASS 6.3.0                                                          d.save(1)
Impressum