0707070000020100401006640001460001440000010065750362467473000000500000000003Size60 0707070000020025211006640001460001440000010775410362467473000000500000000051NameINEDIT for the UNIX PC - from THE STORE! 0707070000020103051007750001460001440000010766540362467473000000700000000202Removeecho "Removing INEDIT for the UNIX PC" rm -f /usr/lbin/inedit message -i "INEDIT has been removed.\n\nTouch to continue." 0707070000020102221007750001460001440000010772760362467473000001000000001534Installcat < to continue END read dummy BINDIR=/usr/lbin MANDIR=/usr/man for directory in ${MANDIR} ${BINDIR} do if [ ! -d ${directory} ] then echo "Creating directory ${directory}" mkdir ${directory} fi done if [ ! -s ${BINDIR}/man ] then echo "Installing primitive man(1) command in ${BINDIR}" ln man ${BINDIR}/man chmod +x ${BINDIR}/man chown bin ${BINDIR}/man chgrp bin ${BINDIR}/man fi ln inedit ${BINDIR}/inedit ln 1.inedit ${MANDIR}/1.inedit chmod +x ${BINDIR}/inedit chown bin ${BINDIR}/inedit chgrp bin ${BINDIR}/inedit message -i "INEDIT installation is now complete.\nA manual page is available with the man(1) command.\n\nTouch to continue." 0707070000020072331006640001460001440000010601770362467473000000600000000131Files./Size ./Name ./Remove ./Install ./Files ./MAKEcpio ./MAKEflop ./1.inedit ./inedit ./man 0707070000020101071007750001460001440000010673620362467473000001100000000043MAKEcpiocat Files | cpio -ocBv > INEDIT+IN 0707070000020100301007750001460001440000010770510362467473000001100000000061MAKEflopcat Files | cpio -ocBv > /dev/rfp021 dismount -f 07070700000200665610064400014600014400000107252403624674731000011000000230721.inedit IIIINNNNEEEEDDDDIIIITTTT((((1111)))) UUUUNNNNIIIIXXXX 4444....0000 ((((IIIIHHHH EEEExxxxppppttttoooooooollllssss)))) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) NNNNAAAAMMMMEEEE inedit - General Purpose Input Editor SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS iiiinnnneeeeddddiiiitttt command [ arguments ] DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN _I_n_e_d_i_t is a general purpose input editor that gives edit shell editing features to most any command. EEEEDDDDIIIITTTTIIIINNNNGGGG Normally each line is simply entered followed by a new-line ('RETURN' or 'LINE FEED'). At any point while entering a line from a terminal, if 'echo' mode (see stty(1)) is active, the user has the option to edit the line. To edit, the user moves the cursor to the point needing correction and then inserts or deletes characters or words as needed. All the editing commands are control characters or escape sequences. The notation for control characters is caret (^) followed by the character. For example, ^F is the notation for control F. This is entered by depressing 'f' while holding down the "CTRL" (control) key. The "SHIFT" key is _n_o_t depressed (^f would be a better notation, but the convention is ^F). (The notation ^? indicates the DEL (delete) key.) The notation for escape sequences is M- followed by a character. For example, M-f (pronounced Meta f) is entered by depressing ESC (escape) followed by 'f'. (M-F would be the notation for ESC followed by "SHIFT" (capital) 'F'.) All edit commands operate from any place on the line (not just at the beginning). Neither the "RETURN" nor the "LINE FEED" key is entered after edit commands except when noted. The editing features require that the user's terminal accept "RETURN" as carriage return without line feed and that a space (' ') must overwrite the current character on the screen. ADM terminal users should set the "space - advance" switch to 'space'. Hewlett-Packard series 2621 terminal users should set the straps to "bcGHxZ etX". Page 1 (printed 11/26/82) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) UUUUNNNNIIIIXXXX 4444....0000 ((((IIIIHHHH EEEExxxxppppttttoooooooollllssss)))) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) ^^^^FFFF Move cursor forward (right) one character. MMMM----ffff Move cursor forward one word. (The editor's idea of a word is a string of characters consisting of only letters, digits and underscores.) ^^^^BBBB Move cursor backward (left) one character. MMMM----bbbb Move cursor backward one word. ^^^^AAAA Move cursor to start of line. ^^^^EEEE Move cursor to end of line. ^^^^]]]]_c_h_a_r Move cursor to _c_h_a_r_a_c_t_e_r on current line. ^^^^XXXX^^^^XXXX Interchange the cursor and mark. _e_r_a_s_e (User defined erase character as defined by the stty command, usually ^H or #.) Delete previous character. ^^^^DDDD Delete current character. MMMM----dddd Delete current word. MMMM----^^^^???? (Meta-DEL) Delete previous word. ^^^^TTTT Transpose current character with next character. ^^^^CCCC Capitalize current character. MMMM----CCCC Capitalize current word. ^^^^KKKK Kill from the cursor to the end of the line. If given a parameter of zero then kill from the start of the line to the cursor. ^^^^WWWW Kill from the cursor to the mark. MMMM----pppp Push the region from the cursor to the mark on the stack. _k_i_l_l (User defined kill character as defined by the stty command, usually ^G or @.) Kill the entire current line. If two _k_i_l_l characters are entered in succession, all kill characters from then on cause a line feed (useful when using paper terminals). ^^^^YYYY Restore last item removed from line. (Yank item back to the line.) Page 2 (printed 11/26/82) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) UUUUNNNNIIIIXXXX 4444....0000 ((((IIIIHHHH EEEExxxxppppttttoooooooollllssss)))) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) ^^^^LLLL Line feed and print current line. ^^^^@@@@ (Null character) Set mark. MMMM---- (Meta space) Set mark. ^^^^JJJJ (New line) Send the current line to the subject command. ^^^^MMMM (Return) Send the current line to the subject command. ^^^^PPPP Fetch previous line. Each time ^^^^PPPP is entered the previous line back in time is accessed. MMMM----<<<< Fetch the least previous (oldest) line. ^^^^NNNN Fetch next line. Each time ^^^^NNNN is entered the next line forward in time is accessed. MMMM---->>>> Fetch most recent (youngest) line. ^^^^RRRR_s_t_r_i_n_g Reverse search history for a previous line containing _s_t_r_i_n_g. _S_t_r_i_n_g is terminated by a "RETURN" or "NEW LINE" and is a _r_e_g_u_l_a_r _e_x_p_r_e_s_s_i_o_n as defined by the UNIX text editor (ed). ^^^^OOOO Operate - Send the current line to the subject command and fetch the next line relative to the current line from the history. MMMM----_d_i_g_i_t_s (Escape) Define numeric parameter, the digits are taken as a parameter to the next command. The commands that accept a parameter are ^^^^FFFF, ^^^^BBBB, _e_r_a_s_e, ^^^^KKKK, ^^^^DDDD, ^^^^PPPP and ^^^^NNNN. MMMM----_l_e_t_t_e_r Softkey - Your environment is searched for a variable by the name _l_e_t_t_e_r. If the variable is defined its value will be inserted on the line. ^^^^UUUU Multiply parameter of next command by 4. \\\\ Escape next character. Editing characters, the user's erase, kill and interrupt (normally ^?) characters may be entered in a line or in a search string if preceded by a \. The \ removes the next character's editing features. MMMM----hhhh Display saved history of lines. ^^^^ZZZZ Inedit terminates when it detects that the command you were running terminates. For example, if you Page 3 (printed 11/26/82) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) UUUUNNNNIIIIXXXX 4444....0000 ((((IIIIHHHH EEEExxxxppppttttoooooooollllssss)))) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) where running sdb and entered q sdb would terminate. This will cause inedit to terminate also. If, for some reason, the command fails to terminate enter ^Z. This will terminate inedit and the command (and all processes in its process group). (You can also use your end-of- file character as defined by the stty command, normally ^D, if the current line is null.) ^^^^VVVV Display version of inedit. The version described in this document is 11-26-82. EEEEssssccccaaaappppeeee CCCCoooommmmmmmmaaaannnndddd.... A line that starts with a ! is taken as a shell escape line. All characters after the ! to the end of the line are passed to system(3) upon execution of the line (^M, ^J or ^O). HHHHiiiissssttttoooorrrryyyy FFFFiiiilllleeee If the variable 'INEDIT' is set to a filename, inedit saves a record of all lines entered in the specified file upon exit and loads from the file upon start up. If 'INEDIT' is not set or is null, then the file 'history' in the current directory is used. EEEEXXXXAAAAMMMMPPPPLLLLEEEE To run sdb with inedit you would enter: inedit sdb file PPPPRRRROOOOVVVVIIIIDDDDEEEERRRR Inedit is provided by Michael T. Veach. BBBBUUUUGGGGSSSS Inedit, to locate the cursor, issues a new line when the first character of each line is entered. Commands that put the tty port in the raw mode (e.g. vi, emacs, more, esh) can not be run through inedit. However, they can be executed as an escaped (!) command. Example: !emacs file Because of problems with the u370 tty driver, when using inedit on u370 (ONLY) output lines are often line feed without a return. Sdb uses ^D as a command that can not be simulated when Page 4 (printed 11/26/82) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) UUUUNNNNIIIIXXXX 4444....0000 ((((IIIIHHHH EEEExxxxppppttttoooooooollllssss)))) IIIINNNNEEEEDDDDIIIITTTT((((1111)))) using inedit. Page 5 (printed 11/26/82) 0707070000020074431007750001460001440000010774470362467473600000700000036632ineditRO  76x .text76 .data <@.bss  x.lib  /< N1X OQ./HJf/H#0N3/N1x0<N@NVH 9 "|  1 fS  |  BJ o 9 R& < (o8t` l R "|  qAH  np./NX ^ mp.p/NlX.  |  /N1X 9 R "| A"|   ׹ B9 B #  LN^NuNVH |$.&. ЃS"| .N1 R, "| $q ЃS q *  "|  1 (` Ѕ"| HR m敹 R(` Ђ"|  q&H #R mL |N^NuNVB`4"| ./< N1XJf.p/NXN^NuR . l`NVJ mrp.//9 N1P  g 9 "| B1 9 R-@`-|./< /9 NP. N1Bp# N^NuNVtH J mJ9 f 9/ f ./</< `L N^Nu.p//< N1P# JljN1 @-Hx.g nxJg.xHn|N1X. Hn|N1X. Hn|N1X.p/Hn|N1P# J mb./< /9 NlP$oD# #  p# "| G$| bJ*f: ^ lJf  # ` 9 R "| #R`NV./.N1nXp# .N/.N1nXN^NuNVH.Np/N1nX @-HB t` "| .  //< HnN1 HnN1 X.Hnp/NPJ g,p./< /NzP.p/N1nXLN^NuR l`vNVp-@-@`0./. /.N1,P-@Jo .Ѯ .ѮJf .N^NuNVB`0./. /.N1P-@Jm .Ѯ .ѮJf .N^NuNVH $n &n&.-KBHH$gp f0p fp# JfFJ f< |) L N^NuA-Hp# # -@# p^fR `SdTHH$p*gp\f {g-J촃f`  g $g *g .g [g \fHH$  g| (g^ )g ng {fJg nB` .RJg |,``J fp# ` |$`JgN n gB n f`4 n`HHg  f`Ae |2`b BB` .B2R mB.HH$p^f|HH$Jgp f |1` p-fJgHH$p]f9 '*` m |+` nR  9 R `F nC߱cR  9 氹 g |*`zp nѮ`HH$p\f`pSHH$Bp0mDp9n> .Ѐ"ЁЂr0-@HH$p\gp,f o | ` |`p,g }g |-`Jf`*HH*HHl |.`t `&p1m p9np1m |`p$`-J `p"| "1".恁2R .аm-Bp"| "1"恁2HH$p]fJ.g"B` . 2R m`NVH $n&n J g# ./ N\XL N^Nu f4+HH$HHf./ N.XJg # p`Jfp`./ NXJfJf`NVH$n&n HHU #b@0; NJ$HP$nZZdR f`Jg`Jf`# `@HHr"| "1HH.HH3HH€gl`6HH"| `HH"| #`[.N\ 9 S Jg .g`(J 9  S  Jg.gJ  lRT`.N 9 S JgJf`(J 9  S  JgJf`A.N 9 S Jg:@HHr"| "1HH.HH3HH€f`d(J 9  S  Jg6@HHr"| "1HH.HH3HH€fJ  lR`HH"| -qHH"|  1-@./ /.NPPJg`HH"| -qHH"|  1-@(J`./ /.NPJf`~(JJgN`(JgR`@(J@.HHr"| "1HH.HH3HH€fS g./ NXJf"bpLN^Nue./ NXJgp``NVH$nHH# HH f <N #  LN^NuHH `NVH $n&n $. SJg gpL N^Nup`NV./.N1nX. NNN. 2/9 FNxX y FB f. J/.N1nX f. N/.N1nX.N1/N1X./.N1nXp./< N1XN^NuNVH|p-@B9 B0. /<T/.N1Prg 9 f./. /.N1,PL|N^Nup# # 6# F# 2.p/N1nX @# J rg".p/N1nX @# N rfp./< 2`. N1-@gJB ./. NX. Jp/N1nX. Np/N1nX fp`( | "|  """"2y2   !y & . -p9 # p9 # p9 -@p9 # p9 # R.  /<T/.N1Prfp./< Hp/N1P`@p./<T/.N1Prf.p./< ^p/N1P./. NX n B` NopN-@# ~p# :# ># B n Bp-@B.. N1 @-H"g AJgt`R nJ0(fJg S"n 1 fp# &`Jg  &f p .NBJ.g,B. .హ gJ gB l g f$ ~n .హ g .హ Rf.NJf@R > f(-|`&B &.N$-@rfB`Vp.N*S :.NlJfHp^.N 9 :R :"n ^-y >`R"n AS .䰹 :l.N 9 :R :"n ` .హ fp` .హ Rfp.N1/N1` .హ fp` .హ fp-@` .మf n Jfp` . b@0; NJ!  ^ V 4 4@l B \6  &f p .N` . :N 9 >-@-@`p .N .SJf  &f p .N`.NR. *N.ND-@.Np.NX. N  &f p .N<`.NB :` p-@# : B`p-@.N-@ f  9 B >o # > B 9 : Bn*-@`R"n 1HH.N .ΰ Bm`"-y :`p.N .Sΰ Bn-y B# : B# :`./. NX. Jp/N1nX. Np/N1nX`6p-@ѹ >-y >.NfJfR \fR .䰮mS > 9 : >f.` .N Jf"R > f -|`-y >`R"n AS .䰹 :l.NJfHp^.Nl 9 :R :"n ^-y >`R"n AS .䰹 :l.N$ \f| 9 :R :"n  9 :m .S# : 9 >"n B1 n :.N4`p-@. N1 -@й >n# : B-y >`Ю"n AS .䰹 :l-| -y :` 9 :R :"n  nRHH-@f n .N. N1 # > 9 :Ѐ >n J &fF 9 >`,p-@B f N n BB` R"n 1g .R"n 1 .R"n 1?f .R` Jfp-@ .ܰ :o-y :p-@`* :n, 9 :"n 1gRRR .ΰo .ܰ :o-y : | -HSBB`VS :S > 9 :"n 1"nS-y : .R"n 1gR`p.NR .SJg J :f n :.N-n`p .Nj .SJf 9 >Ю-@# : B`b 9 B >o # > Bp-@ 9 B :gB-y : 9 B :o `RR n gR 9 Bnp` Jfp-@B# : B-| `` 9 :"n 1"nRS > 9 :R"n 1gR-y : .R"n 1gR`R .SJgJ >o 9 : >m nB n :.N x-n`p .N .SJf 9 >Ю-@p-@ 9 :ЀnJ &f .ΐ :.N`bp .N . :/. N zX`FJfp-@ .SJg( 9 > :o f> 9 :"n 1HH-@ am zn 9 :"n  9 :"n 1HH.N R : 9 :"n 1gjR`b.N -@-y : 9 :"n J1gl`PR"n 1g 9 :R :"n 1HH.N 9 :"n 1HHrg 9 :R :"n 1HH.N Z 9 : >m  &f p .N 6` . :NB :`hR"n 1g 9 :R :"n 1HH.N 9 :"n 1HHrg, 9 :R :"n 1HH.N 9 :m 9 :"n 1gDS :p.N `2Jfp-@ .SJgJ :gp.N ZS : 9 :"n 1gR`p-@ 9 >"9 :RoZ 9 :T"n 1 9 :R1HHHHg 9 >"9 :TnN` 9 :V"n 1 9 :R1HHHHgl 9 :V"n 1HH-@ 9 :R1 9 :V"n  9 :R"n p. n :/N ,X. N ` 9 :R"n 1gr 9 :T"n 1 : 9 :R"n 1 9 :T 9 :R"n ^p. n :/N X. N .R :`h 9 :T"n 1 9 :R 9 :T"n A : 9 :"n ^p. n :/N >Xp.NVT :` 9 :"n 1HH-@ 9 :R1"n : 9 :R"n  9 :R :"n 1HH.N 9 :"n 1HH.Np.N`zN`rp-@ܰ &f p .N` . :NvB :`Fp-@ 9 > :. n :/NPX`.Jfp-@ .-@`  &f p .N>` . :NB :p-@JfB`"n 1"| R .ΰ :m ."| B1  &f p .N` . :N n :./. N1X. N-y > 9 : >`p .NS :J :n  &f p .Nf`.N2B Bp`B`Rp .N>S > 9 > :n# : B n :./< N1X 9 :"n B1 9 >ЀnJ &f .N`p .N. N4p-@ ff *f . N.Nv-@హ g .N`4  *f B *`p# *. N`p-@. N. N# > :`./. NX`p-@J &f . :N`p .N-y >`p .N .SJfJ &f . >N`p .N./. N f`Jfp-@ .ܑ 6p-@J 6l B 6NJJ &f . :NJ`p .Nj-y >`p .NX .SJf`p.N 9 6./< HnN1PHnN1 XS-@` .C1HH.N|SJlp.Nj`Jfp-@ .ѹ 6p-@ 9 6 m 9 S# 6NhJ &f . :Nh`p .N-y > .SJg p .Nl`J &f . >N.`p .NN 9 6"| ./. N X. N. N1 # ># :` .R"n 1-n`R"n 1R ."n J1fR ."n J1f gJ f. /. N1X. NNR./. NX. Jp/N1nX @ rfp./< 2p/N1P n B. Np/N1nX @ rfp./< 2p/N1P n B. N1 -@Jfp`RS n gS .ΰ Bnp.`@NV. /<T/. N1Prf"p./< Hp/N1PJg nBp./<T/. N1Prf"p./< ^p/N1PJg nBB N^NuNVp.N2B N^NuNVJ g"S 9 "| V-q .N^NuN`2J0g 0f&p.Hn/.N1,P-@rfB0` f.HHr`Jfp-@./< N1Xp`NVH$. ( d 9 R "| V#LN^NuNV F g* 9  F./< Fp/N1P# F N^NuNVH. _f y R  y R  y R  y B 9  F eNbLN^NuNVH$n`L _f y R  y R  y R  9  F eNJf y BLN^NuNVH$n$. `L _f y R  y R  y R  9  F eNJg SJn y BLN^NuNVH$nx&`փ ր r0րx. NR$p0mp9oJg.`H  gd g gX Cg bgz dg fg hgX pg f`B$9 :g` 2(gRSJg2(HH.NJg`# : B`TJ :gS :p.N`p.NS :J :g 9 :2HH.NrJg`p.Np`B$9 :`2(gRRJ2(g2(HH.N,Jg`B$9 :`2(gRRJ2(g2(HH.NJg`p.N` 9 "9 6RLN^Nup.N> 9 6`J &f. :Nt`p ` @B.HnN1X @(H gJ&| t`  gRpad Jg  fB  g  f HH.Np.N`.Np.Np\.N `H 9 :R :2HH.N 9 :J2g2HH.NJg 9 :J2gr2HH.NJg^ 9 :R :2HH.N`p.NS :J :g 9 :S2HH.NxJf 9 :2gp.NRS :`RJ2(g2(HH.NS >Jg p .N`J &f . >NX`p .Nxp# :# >BNHNNp`NV. N. HnN1Xp-@`` o. NS`N .C1HH.NFJf&. NR` . g g . RfNJ &f .N`p .NB`2Rp .N .C1HH.NJf p .NnR .SJfJ &f .N$N^Nup .NB` \fp\.N.. N-@. N.N`Jfrp^.N .RC f -|`.N. N-@g8 g0 g& . f`r .RC` .CB1HnN1 X-@ f. .HnN1XJ &f .N`p .N6B`2p .N(R .C1HH.N^Jf p .NR .SJfJ &f .N`p .Np.HnHnHnN Jg2. tN. N-@.N"p.N# 6`: 9 6S-@`^Hn ."| /1N NPJg8Hn/< .N1P# 6 9 6"| ./.NX` SJlJlN# 6`NV .a m .z o( .A m .Z o .0 m .9 o ._ fpN^Nup`NV m ~npN^Nup`NV-y ~`D.HH.NJf& nR^S .f|`. nRSg n R Pf nBN^NuNVB. /<T/.N1Prfp./< Hp/N1Pp./<T/.N1Prfp./< ^p/N1PB N^NuNVB.  /<T/.N1Prfp./< Hp/N1Pp./<T/.N1Prfp./< ^p/N1Pp# N^NuNVH$.`p.N SJnLN^NuNVH $.&J &f.N`p ` SJo p .N`J &f.NL N^Nup .N`NVBB  l$ n ./< @/<0N1Pp.N1x. rN1 @-H.g GJg./< N1XHnN1XN1# Jl$ n ./< y/<0N1Pp.N1xJ fN1Dp.N1B.N1Np-@`.N1BR o. HnN1Xp-@`B. HnN1X ."n .HnN1X. HnN1XR .谮mHnN1bX.N1x.6p/N1nX.6p/N1nX.6p/N1nX.6p/N1nX.6p /N1nX.N1BN`B ./< p/NxP# gJo 9! f.p/N1nX.p/N1nX.p/N1nX. N1b.6p/N1nX.6p/N1nX.6p/N1nX.6p/N1nX.6p /N1nX. /<0N1X`. /< /.N1PN 0707070000020101541007750001460001440000010766240362467473600000400000000616manif [ $# -eq 1 ] then if [ -s /usr/man/1.$1 ] then cat /usr/man/1.$1 exit 0 else echo "$0: cannot find /usr/man/1.$1" >&2 exit 1 fi fi echo "Usage: $0 command_name Only one command name may be specified. This is not a full implementation of the man command as this machine does not have many manual pages. For a list of manual pages available, list the /usr/man directory" >&2 exit 2 0707070000020101541007750001460001440000010766240362467473600001300000000000TRAILER!!!. /<T/.N1Prfp./< Hp/N1Pp./<T/.N1Prfp./< ^p/N1PB N^NuNVB.  /<T/.N1Prfp./< Hp/N1Pp./<T/.N1Prfp./< ^p/N1Pp# N^NuNVH$.`p.N SJnLN^NuNVH $.&J &f.N`p ` SJo p .N`J &f.NL N^Nup .N`NVBB  l$ n ./< @/<0N1Pp.N1x. rN1 @-H.g GJg./< N1XHnN1XN1# Jl$ n ./< y/<0N1Pp.N1xJ fN1Dp.N1B.N1Np-@`.N1BR o. HnN1Xp-@`B. HnN1X ."n .HnN1X. HnN1XR .谮mHnN1bX.N1x.6p/N1nX.6p/N1nX.6p/N1nX.6p/N1nX.6p /N1nX.N1BN`B ./< p/NxP# gJo 9! f.p/N1nX.p/N1nX.p/N1nX. N1b.6p/N1nX.6p/N1nX.6p/N1nX.6p/N1nX.6p /N1nX. /<0N1X`. /< /.N1PN 0707070000020101541007750001460001440000010766240362467473600000400000000616manif [ $# -eq 1 ] then if [ -s /usr/man/1.$1 ] then cat /usr/man/1.$1 exit 0 else echo "$0: cannot find /usr/man/1.$1" >&2 exit 1 fi fi echo "Usage: $0 command_name Only one command name may be specified. This is not a full implementation of the man command as this machine does not have many manual pages. For a list of manual pages available, list the /usr/man directory" >&2 exit 2 0707070000020101541007750001460001440000010766240362467473600001300000000000TRAILER!!!. /<T/.N1Prfp./< Hp/N1Pp./<T/.N1Prfp./< ^p/N1PB N^NuNVB.  /<T/.N1Prfp./< Hp/