userspace: Implement simple sort utility

This supports most(?) options except for the separate fields. Should
work for simple use cases

Also merge is currently just a wrapper around sort so its not optimized
:D
This commit is contained in:
2026-07-07 22:10:56 +03:00
parent ddf8fbc085
commit fa89645542
3 changed files with 363 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ set(USERSPACE_PROGRAMS
Shell
sleep
snake
sort
stat
sudo
sync