<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ptx</id>
		<title>32v 1m ptx - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ptx"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ptx&amp;action=history"/>
		<updated>2026-05-11T23:51:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_ptx&amp;diff=7010&amp;oldid=prev</id>
		<title>Neozeed: New page: PTX(1)              UNIX Programmer's Manual               PTX(1)    == NAME ==      ptx - permuted index  == SYNOPSIS ==      ptx [ option ] ...  [ input [ output ] ]  == DESCRIPTION ==  ...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ptx&amp;diff=7010&amp;oldid=prev"/>
				<updated>2009-10-26T15:22:27Z</updated>
		
		<summary type="html">&lt;p&gt;New page: PTX(1)              UNIX Programmer&amp;#039;s Manual               PTX(1)    == NAME ==      ptx - permuted index  == SYNOPSIS ==      ptx [ option ] ...  [ input [ output ] ]  == DESCRIPTION ==  ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PTX(1)              UNIX Programmer's Manual               PTX(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     ptx - permuted index&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     ptx [ option ] ...  [ input [ output ] ]&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _P_t_x generates a permuted index to file _i_n_p_u_t on file _o_u_t_p_u_t&lt;br /&gt;
     (standard input and output default).  It has three phases:&lt;br /&gt;
     the first does the permutation, generating one line for each&lt;br /&gt;
     keyword in an input line.  The keyword is rotated to the&lt;br /&gt;
     front.  The permuted file is then sorted.  Finally, the&lt;br /&gt;
     sorted lines are rotated so the keyword comes at the middle&lt;br /&gt;
     of the page.  _P_t_x produces output in the form:&lt;br /&gt;
&lt;br /&gt;
          .xx &amp;quot;tail&amp;quot; &amp;quot;before keyword&amp;quot; &amp;quot;keyword and after&amp;quot; &amp;quot;head&amp;quot;&lt;br /&gt;
&lt;br /&gt;
     where .xx may be an _n_r_o_f_f or _t_r_o_f_f(1) macro for user-defined&lt;br /&gt;
     formatting.  The _b_e_f_o_r_e _k_e_y_w_o_r_d and _k_e_y_w_o_r_d _a_n_d _a_f_t_e_r fields&lt;br /&gt;
     incorporate as much of the line as will fit around the key-&lt;br /&gt;
     word when it is printed at the middle of the page.  _T_a_i_l and&lt;br /&gt;
     _h_e_a_d, at least one of which is an empty string &amp;quot;&amp;quot;, are&lt;br /&gt;
     wrapped-around pieces small enough to fit in the unused&lt;br /&gt;
     space at the opposite end of the line.  When original text&lt;br /&gt;
     must be discarded, `/' marks the spot.&lt;br /&gt;
&lt;br /&gt;
     The following options can be applied:&lt;br /&gt;
&lt;br /&gt;
     -f   Fold upper and lower case letters for sorting.&lt;br /&gt;
&lt;br /&gt;
     -t   Prepare the output for the phototypesetter; the default&lt;br /&gt;
          line length is 100 characters.&lt;br /&gt;
&lt;br /&gt;
     -w _n Use the next argument, _n, as the width of the output&lt;br /&gt;
          line.  The default line length is 72 characters.&lt;br /&gt;
&lt;br /&gt;
     -g _n Use the next argument, _n, as the number of characters&lt;br /&gt;
          to allow for each gap among the four parts of the line&lt;br /&gt;
          as finally printed.  The default gap is 3 characters.&lt;br /&gt;
&lt;br /&gt;
     -o only&lt;br /&gt;
          Use as keywords only the words given in the _o_n_l_y file.&lt;br /&gt;
&lt;br /&gt;
     -i ignore&lt;br /&gt;
          Do not use as keywords any words given in the _i_g_n_o_r_e&lt;br /&gt;
          file.  If the -_i and -_o options are missing, use&lt;br /&gt;
          /usr/lib/eign as the _i_g_n_o_r_e file.&lt;br /&gt;
&lt;br /&gt;
     -b break&lt;br /&gt;
          Use the characters in the _b_r_e_a_k file to separate words.&lt;br /&gt;
          In any case, tab, newline, and space characters are&lt;br /&gt;
          always used as break characters.&lt;br /&gt;
&lt;br /&gt;
     -r   Take any leading nonblank characters of each input line&lt;br /&gt;
          to be a reference identifier (as to a page or chapter)&lt;br /&gt;
          separate from the text of the line.  Attach that iden-&lt;br /&gt;
          tifier as a 5th field on each output line.&lt;br /&gt;
&lt;br /&gt;
     The index for this manual was generated using _p_t_x.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     /bin/sort&lt;br /&gt;
     /usr/lib/eign&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     Line length counts do not account for overstriking or pro-&lt;br /&gt;
     portional spacing.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>