-bash-4.3# ls -lTHE trace_large.log

t UTF-8       T=on  -rw-r-----  --s- ----   1 BPXROOT  SOFT1 20971432 Apr  8 07:40 trace_large.log

-bash-4.3# od -tx1 trace_large.log | head
0000000000    2A  2A  2A  2A  2A  2A 2A  2A  2A  2A  2A  2A  2A  2A  2A  2A
*
0000000120    0A  70  72  6F  64  75 63  74  20  3D  20  57  41  53  20  46
0000000140    4F  52  20  5A  2F  4F 53  20  32  31  2E  30  2E  30  2E  31
0000000160    32  2C  20  7A  2F  4F 53  20  43  6F  6E  6E  65  63  74  20
0000000200    45  45  20  55  6E  6C 69  6D  69  74  65  64  20  30  33  2E
0000000220    30  30  2E  35  33  20 28  77  6C  70  2D  31  2E  30  2E  35
0000000240    39  2E  63  6C  32  31 31  32  32  30  32  31  31  31  31  37
0000000260    2D  31  32  35  36  29 0A  77  6C  70  2E  69  6E  73  74  61
0000000300    6C  6C  2E  64  69  72 20  3D  20  2F  75  73  72  2F  6C  70
CEE5213S The signal SIGPIPE was received.

On 4/12/2022 8:07 AM, Paul Gilmartin wrote:
On Tue, 12 Apr 2022 07:32:16 -0500, Michael Babcock  wrote:
I think this might have more to do with how the product in question
(z/OS Connect Enterprise Edition) generates the file versus the size.
If I do a wordcount on the file it shows no newlines.  Then if I run an
awk command against the file, it (I assume) also sees no newlines
    ...
What do you see with:
     ls -lTHE file
     od -tx1 file | head

Do you see any 0D, 0A, 15, or 25 characters?


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to