coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

feat: add alphanumeric sort

Open sje397 opened this issue 1 year ago • 0 comments

Adds alphanumeric sort (command line option -Y).

So for example instead of sorting files like

file1
file12
file2
file20

...it would sort instead like

file1
file2
file12
file20

sje397 avatar Apr 16 '24 14:04 sje397