Hi, thanks for these tools! I found a couple of problems when running them on Arch Linux.
According to my version of find, the + operator is no longer supported, and the man page recommends to use / instead.
The tests failed to run due to find giving an undefined order of output. Adding a sort fixed it for me.
My team at work have started using these tools, and for our purposes we decided to change the date format to ISO-8601, which prevents any ambiguity that might arise from people in different locations. I'm adding it here in case you'd like to do the same - I realise this one's partially a matter of taste!
I have only tested these on my own machine (Arch Linux). If you want to accept only one or two of the changes, I can split them into separate pull requests if you like.
Hi, thanks for these tools! I found a couple of problems when running them on Arch Linux.
find
, the+
operator is no longer supported, and the man page recommends to use/
instead.find
giving an undefined order of output. Adding asort
fixed it for me.I have only tested these on my own machine (Arch Linux). If you want to accept only one or two of the changes, I can split them into separate pull requests if you like.