~negronjl/+junk/dotdee

« back to all changes in this revision

Viewing changes to usr/share/man/man8/dotdee.8

  • Committer: Dustin Kirkland
  • Date: 2011-06-01 21:27:59 UTC
  • Revision ID: kirkland@ubuntu.com-20110601212759-kg3ce9sz4cpab6i6
* usr/sbin/dotdee, usr/share/man/man8/dotdee.8:
  - add support for comment start and end characters, like <!-- -->
    and /* */

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dotdee \- convert a flat file into one dynamically generated from a .d directory
4
4
 
5
5
.SH SYNOPSIS
6
 
\fBdotdee\fP [-c,--comment|-d,--dir|-o,--original|-s,--setup|-u,--update|--undo] /PATH/TO/FILE [COMMENT_DELIMITER]
 
6
\fBdotdee\fP -c|--comment /PATH/TO/FILE [COMMENT_DELIMITER_START [COMMENT_DELIMITER_END]]
 
7
 
 
8
\fBdotdee\fP -d|--dir /PATH/TO/FILE
 
9
 
 
10
\fBdotdee\fP -o|--original /PATH/TO/FILE
 
11
 
 
12
\fBdotdee\fP -s|--setup /PATH/TO/FILE [COMMENT_DELIMITER_START [COMMENT_DELIMITER_END]]
 
13
 
 
14
\fBdotdee\fP -u|--update /PATH/TO/FILE
 
15
 
 
16
\fBdotdee\fP --undo /PATH/TO/FILE
7
17
 
8
18
.SH DESCRIPTION
9
19
\fBdotdee\fP is an administrative utility useful for converting a flatfile into a dynamically generated file, from a .d directory.
123
133
 
124
134
$ cat /some/other/hosts/file > $(sudo dotdee --original /etc/hosts)
125
135
 
 
136
$ sudo dotdee --comment /path/to/some.xml '<!--' '-->'
 
137
 
126
138
.SH SEE ALSO
127
139
\fBupdate\-alternatives\fP(8), \fBiwatch\fP(1), \fBpatch\fP(1)
128
140