Date: Fri, 17 Aug 2012 16:47:20 +0000 From: jhagewood@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r240473 - soc2012/jhagewood/diff Message-ID: <20120817164720.EB009106564A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhagewood Date: Fri Aug 17 16:47:20 2012 New Revision: 240473 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240473 Log: Compiled zdiff man page Added: soc2012/jhagewood/diff/zdiff-man.txt Added: soc2012/jhagewood/diff/zdiff-man.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/jhagewood/diff/zdiff-man.txt Fri Aug 17 16:47:20 2012 (r240473) @@ -0,0 +1,42 @@ +ZDIFF(1) FreeBSD General Commands Manual ZDIFF(1) + +NNAAMMEE + zzddiiffff -- differential file and directory comparator for compressed files. + +SSYYNNOOPPSSIISS + zzddiiffff [--aabbddiillppqqTTttww] [--II _p_a_t_t_e_r_n] [--cc | --ee | --ff | --nn | --uu] [--LL _l_a_b_e_l] + _f_i_l_e_1 _f_i_l_e_2 + zzddiiffff [--aabbddiillppqqTTttww] [--II _p_a_t_t_e_r_n] [--LL _l_a_b_e_l] --CC [_n_u_m_b_e_r] _f_i_l_e_1 _f_i_l_e_2 + zzddiiffff [--aabbddiillqqttww] [--II _p_a_t_t_e_r_n] --DD _s_t_r_i_n_g _f_i_l_e_1 _f_i_l_e_2 + zzddiiffff [--aabbddiillppqqTTttww] [--II _p_a_t_t_e_r_n] [--LL _l_a_b_e_l] --UU _n_u_m_b_e_r _f_i_l_e_1 _f_i_l_e_2 + zzddiiffff [--aabbddiillNNPPppqqrrssTTttww] [--II _p_a_t_t_e_r_n] [--cc | --ee | --ff | --nn | --uu] [--LL _l_a_b_e_l] + [--SS _n_a_m_e] [--XX _f_i_l_e] [--xx _p_a_t_t_e_r_n] _d_i_r_1 _d_i_r_2 + zzddiiffff [--vv] + +DDEESSCCRRIIPPTTIIOONN + The zzddiiffff utility compares the decompressed contents of gzip _f_i_l_e_1 and + _f_i_l_e_2 and writes to the standard output the list of changes necessary to + convert one file into the other. No output is produced if the files are + identical. See diff(1) for program options. + +EENNVVIIRROONNMMEENNTT + TMPDIR If the environment variable TMPDIR exists, zzddiiffff will use the + directory specified by TMPDIR as the temporary directory. + +FFIILLEESS + _/_t_m_p_/_d_i_f_f_._X_X_X_X_X_X_X_X Temporary file used when comparing a device or the + standard input. Note that the temporary file is + unlinked as soon as it is created so it will not show + up in a directory listing. + +DDIIAAGGNNOOSSTTIICCSS + The zzddiiffff utility exits with one of the following values: + + 0 No differences were found. + 1 Differences were found. + >1 An error occurred. + +SSEEEE AALLSSOO + diff(1), cmp(1), diff3(1), sdiff(1), zsdiff(1) + +FreeBSD 9.0 August 15, 2012 FreeBSD 9.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120817164720.EB009106564A>