Add some utility commands #15

Open
opened 2025-05-31 15:19:53 +00:00 by hexahedron1 · 1 comment
hexahedron1 commented 2025-05-31 15:19:53 +00:00 (Migrated from github.com)

like df, grep, ps, mount etc.
some of them probably require features that havent been implemented yet, but would be nice to have them when they are possible

like df, grep, ps, mount etc. some of them probably require features that havent been implemented yet, but would be nice to have them when they are possible
WahPlus commented 2025-05-31 15:41:58 +00:00 (Migrated from github.com)

df and ps could be implemented very easily, meanwhile grep would require a RegEx engine (which I am already planning to make) and mount would require...well...an actual mounting system. These will probably be added in the near future, but not quite right now.

`df` and `ps` could be implemented very easily, meanwhile `grep` would require a RegEx engine (which I am already planning to make) and `mount` would require...well...an actual mounting system. These will probably be added in the near future, but not quite right now.
Sign in to join this conversation.