-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
This issue tracks the implementation of two additional Linux core utilities within Winix:
env– Displays the current environment variables, similar to the GNUenvcommand.nproc– Outputs the number of available processing units, consistent with the GNUnproccommand.
Tasks
- Implement
envcommand integration. - Implement
nproccommand integration. - Write tests to verify correct behavior.
- Integrate
envandnprocinto the TUI. - Update documentation accordingly.
Parent Issue
Child of: [Create more commands from the Linux core library](#9)
Reactions are currently unavailable