Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nytidy(1) [debian man page]

NYTIDY(1)						      General Commands Manual							 NYTIDY(1)

NAME
nytidy - tool to clean up specialized-format patches SYNOPSIS
nytidy old new options [ print ] [ .go ] DESCRIPTION
nytidy is a tool in the Nypatchy suite of programs for working with Patchy Master Files (PAM files); see nypatchy(1). Specifically, it will make a cleaned-up copy of a PAM file. Changes include removal of trailing whitespace on each line, removal of trailing and leading comment lines (only in FORTRAN decks), and update of some built-in sequences. USAGE
The parameter old is the name of the original PAM file (a default extension of ".car" is assumed), while new is the name of the new cleaned PAM file to create. (If new is not given or is given as "-" then the original file will be overwritten; this may be dangerous.) print is the file to which informational messages should be written (the default is standard output if omitted), and options is a sequence of sin- gle-character flags. The command should be ended with ".go" unless one wants to enter the Nypatchy interactive shell. OPTIONS
Note that options should be given as a single string of characters with no space separation and no use of the - character (except that it can be used in place of the options field if no options are desired). Alphabetic options are not case-sensitive. C Assume the original file is a CMZ output file. H Print help information only. V "verbose" - Print each change. + Inhibit the initial page-eject. SEE ALSO
fcasplit(1), nycheck(1), nydiff(1), nyindex(1), nylist(1), nymerge(1), nypatchy(1), nyshell(1), nysynopt(1), yexpand(1) The reference manual for the Nypatchy suite of programs is available in compressed PostScript format at the following URL: http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/p5refman.ps.gz Running the command "nytidy help .no" also gives some brief help on usage. AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). It is licensed under the GNU General Public License, version 2 or later (at your choice). COPYRIGHT
Copyright (C) Kevin B. McCarty, 2008. Mar 12, 2008 NYTIDY(1)

Check Out this Related Man Page

NYDIFF(1)						      General Commands Manual							 NYDIFF(1)

NAME
nydiff - tool to compare two versions of a specialized-format patch SYNOPSIS
nydiff oldpam newpam name options [ print ] [ .go ] DESCRIPTION
nydiff is a tool in the Nypatchy suite of programs for working with Patchy Master Files (PAM files); see nypatchy(1). Specifically, it compares two different versions of the same PAM file and generates a "correction patch" that can be used by nypatchy to update the older version to the newer version. USAGE
The parameter oldpam is the name of the older version of the PAM file (a default extension of ".car" is assumed), newpam is the name of the newer version, print is the output file to write to (the default is standard output if omitted), and options is a sequence of single-char- acter flags. The parameter name is the name to be used for the correction file to be generated (the specific filename will be name.ucra for a correction patch to be used by Nypatchy). The command should be ended with ".go" unless one wants to enter the Nypatchy interactive shell. OPTIONS
Note that options should be given as a single string of characters with no space separation and no use of the - character (except that it can be used in place of the options field if no options are desired). Alphabetic options are not case-sensitive. A "anyway" - Bypass the first sanity check on sufficient matching. F "force" - Bypass the second sanity check on sufficient matching. H Print help information only. SEE ALSO
fcasplit(1), nycheck(1), nyindex(1), nylist(1), nymerge(1), nypatchy(1), nyshell(1), nysynopt(1), nytidy(1), yexpand(1) The reference manual for the Nypatchy suite of programs is available in compressed PostScript format at the following URL: http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/p5refman.ps.gz Running the command "nydiff help .no" also gives some brief help on usage. AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). It is licensed under the GNU General Public License, version 2 or later (at your choice). COPYRIGHT
Copyright (C) Kevin B. McCarty, 2008. Mar 12, 2008 NYDIFF(1)
Man Page