-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
I've been trying to improve the error handling of 'ls' and have made some progress in describing and printing the errors, but I'm stuck trying to understand how/when uucore decides to print an error message. All stderr messages print before stdout messages, which is undesirable for 'ls.'
What is the best way to get interleave stdout and stderr output like GNU ls?
I'm sure this is a rookie mistake, but @tertsdiepraam could you assist?
Reactions are currently unavailable