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:
@@ -42,6 +42,7 @@ set(USERSPACE_PROGRAMS
|
||||
Shell
|
||||
sleep
|
||||
snake
|
||||
sort
|
||||
stat
|
||||
sudo
|
||||
sync
|
||||
|
||||
Reference in New Issue
Block a user