USF-OS / FogOS

Other
1 stars 24 forks source link

Adding file commands like MV to FogOS #16

Open AlexBareli opened 4 months ago

AlexBareli commented 4 months ago

I would like to add the ability to move files to new directories since it is something that is missing from FogOS. Let me know how I should approach this, or if a command like copy or pwd will be easier.

malensek commented 4 months ago

This would be okay if you implement all 3 of mv, cp, and pwd. My rationale is all 3 are pretty easy to implement:

If you don't want all 3 (just the basics) then maybe you can research some extra flags to support for these.