ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

--knv - resulting in truncation errors #820

Open IgorTodorovskiIBM opened 5 days ago

IgorTodorovskiIBM commented 5 days ago
. /home/itodoro/zopen/etc/zopen-config  --knv
sort: FSUM9705 file "[standard input]": line too long: limit 2048 -- truncated
Processing z/OS Open Tools configuration...DONE
sort: FSUM9705 file "[standard input]": line too long: limit 2048 -- truncated
diff: FSUM8822 file "/tmp/zopen-config-env-orig.33556661": line too long: limit 2048
diff: FSUM8822 file "/tmp/zopen-config-env-modded.33556661": line too long: limit 2048
=

This may be a limitation with /bin/sort and /bin/diff. I dont get it with coreutils and diffutils.