USF-OS / FogOS

Other
0 stars 48 forks source link

Adding man command #64

Open dtruong33 opened 2 months ago

dtruong33 commented 2 months ago

Proposal: Adding the man command to xv6

Scope:

Implementation: The man command would first take in the user’s command line argument to find the requested man page. It would look for and read that page within the library. It displays the page and waits for further commands.

Files added

malensek commented 2 months ago

I think this is a good idea. Last semester, we created a 'docs' directory with markdown files for commands, so perhaps you could read from those. The terminal functionality we have is quite limited so you may need to work around the limitations for this.

geoweb999 commented 2 months ago

I can code review this. For ps, I added a markdown file to docs in support of this.