Stratus3D opened this issue 8 years ago · 0 comments
Something like this should work, if it's not already implemented:
local sort_cmd if sort --help | grep -q -- '-V'; then sort_cmd='sort -r -V' else sort_cmd='sort -r' fi