Closed Stratus3D closed 7 years ago
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
Something like this should work, if it's not already implemented: