zopencommunity / coreutilsport

A collection of basic Unix utilities
Apache License 2.0
0 stars 3 forks source link

Add support for ls -T and ls -E in coreutils ls #76

Open IgorTodorovskiIBM opened 4 months ago

IgorTodorovskiIBM commented 4 months ago

-T lists the tag:

ls -T a.txt
t ISO8859-1   T=on  a.txt
IgorTodorovskiIBM commented 4 months ago

For now I'm adding a bypass in https://github.com/ZOSOpenTools/coreutilsport/pull/75 to unblock users. A better solution will be to implement logic for handling -T and -E in ls.c so I will keep this open