Sure. Consider: ./00000001/lines.txt
1017,0,984,20030115,"18:07:54",20030301,191009,5975,3,0.00,0.00,27 1018,0,985,20030115,"18:09:19",20030301,191010,5311,3,0.00,0.00,27 1019,0,986,20030115,"18:10:49",20030301,191011,6370,3,0.00,0.00,27 1020,0,987,20030115,"18:13:32",20030301,191012,1022,3,0.00,0.00,30 1022,0,989,20030115,"18:18:28",20030301,191014,6618,3,0.00,0.00,27 1023,0,990,20030115,"18:19:59",20030301,191015,5081,3,0.00,0.00,27 1024,0,991,20030115,"18:21:08",20030301,191016,5763,3,0.00,0.00,27 1025,0,992,20030115,"18:21:39",20030301,191017,5650,3,0.00,0.00,30
./00000002/lines.txt
1019,0,986,20030115,"18:10:49",20030301,191011,6370,3,0.00,0.00,27 1020,0,987,20030115,"18:13:32",20030301,191012,1022,3,0.00,0.00,30 1021,0,988,20030115,"18:18:09",20030301,191013,7191,3,0.00,0.00,30 1022,0,989,20030115,"18:18:28",20030301,191014,6618,3,0.00,0.00,27 1023,0,990,20030115,"18:19:59",20030301,191015,5081,3,0.00,0.00,27 1024,0,991,20030115,"18:21:08",20030301,191016,5763,3,0.00,0.00,27 1026,0,993,20030115,"18:21:47",20030301,191018,1125,3,0.00,0.00,27
The invoking line would look like this:
$ ./missing.pl lines 1 2
(i've already noted bad output from the first "missing.pl" script, gosh!)

In reply to Re^2: Key-based diffs by haroldo
in thread Key-based diffs by haroldo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.