diff --git a/README.md b/README.md index 11d617e..7532e30 100644 --- a/README.md +++ b/README.md @@ -36,15 +36,15 @@ c++17 required
  • All Linux Commands are supported.
  • Batch Mode done (Use "rsh filename.rsh" \\ Only .rsh files allowed)
  • Git Branch, Username, PC name and current directory display during input prompt.
  • -
  • "exit" can be used to exit the shell and revert to default linux shell
  • -
  • pipes ('|') and redirections ('<' or '>' or '>>') supported
  • +
  • "exit" can be used to exit the shell and revert to default linux shell.
  • +
  • pipes ('|') and redirections ('<' or '>' or '>>') supported.
  • "history" command can be used to list all the commands used in current shell session.
  • Remaining

    1. Aliases not yet implemented.
    2. -
    3. Commands contatining string (" ") may not function properly.
    4. +
    5. Commands containing string (" ") may not function properly.

    Additional Features

    @@ -64,8 +64,8 @@ c++17 required

    Implemented

    1. "tutorial" command be used to run tutorial content and learn about basic shell and git commands inside shell.
    2. -
    3. "tutorial level " can be used to access practice levels and find the hidden flag using shell commands.
    4. -
    5. "tutorial level password" can be used to submit the hidden flag in grading software and pass that level.
    6. +
    7. "tutorial level [level-number]" can be used to access practice levels and find the hidden flag using shell commands.
    8. +
    9. "tutorial level [level-number] password" can be used to submit the hidden flag in grading software to pass that level.
    **Errors and Solutions:**