1NYTIDY(1) General Commands Manual NYTIDY(1)
2
3
4
6 nytidy - tool to clean up specialized-format patches
7
9 nytidy old new options [ print ] [ .go ]
10
12 nytidy is a tool in the Nypatchy suite of programs for working with
13 Patchy Master Files (PAM files); see nypatchy(1). Specifically, it
14 will make a cleaned-up copy of a PAM file. Changes include removal of
15 trailing whitespace on each line, removal of trailing and leading com‐
16 ment lines (only in FORTRAN decks), and update of some built-in
17 sequences.
18
20 The parameter old is the name of the original PAM file (a default
21 extension of ".car" is assumed), while new is the name of the new
22 cleaned PAM file to create. (If new is not given or is given as "-"
23 then the original file will be overwritten; this may be dangerous.)
24 print is the file to which informational messages should be written
25 (the default is standard output if omitted), and options is a sequence
26 of single-character flags.
27
28 The command should be ended with ".go" unless one wants to enter the
29 Nypatchy interactive shell.
30
32 Note that options should be given as a single string of characters with
33 no space separation and no use of the - character (except that it can
34 be used in place of the options field if no options are desired).
35 Alphabetic options are not case-sensitive.
36
37 C Assume the original file is a CMZ output file.
38
39 H Print help information only.
40
41 V "verbose" - Print each change.
42
43 + Inhibit the initial page-eject.
44
46 fcasplit(1), nycheck(1), nydiff(1), nyindex(1), nylist(1), nymerge(1),
47 nypatchy(1), nyshell(1), nysynopt(1), yexpand(1)
48
49 The reference manual for the Nypatchy suite of programs is available in
50 compressed PostScript format at the following URL:
51 http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/p5refman.ps.gz
52
53 Running the command "nytidy help .no" also gives some brief help on
54 usage.
55
57 This manual page was written by Kevin McCarty <kmccarty@debian.org> for
58 the Debian GNU/Linux system (but may be used by others). It is
59 licensed under the GNU General Public License, version 2 or later (at
60 your choice).
61
63 Copyright (C) Kevin B. McCarty, 2008.
64
65
66
67 Mar 12, 2008 NYTIDY(1)