USF-OS / FogOS

Other
1 stars 32 forks source link

Adding man command #64

Open dtruong33 opened 1 week ago

dtruong33 commented 1 week 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 1 week 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 1 week ago

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