Skip to content

Releases: MarlonPassos-git/mp-shell

Release refs/tags/v1.0.2

23 Dec 07:00

Choose a tag to compare

Changelog

[v1.0.0] - 2023-10-10

Added

  • exit: Terminates the shell execution with the specified status code.
  • echo: Prints the provided arguments to the terminal.
  • type: Displays how the shell interprets a command.
  • pwd: Prints the current working directory.
  • cd: Changes the current working directory.
  • Output Redirection (>, 1>): Redirects the output of a command to a file.
  • Error Redirection (2>): Redirects error messages to a file.
  • Append Output (>>, 1>>): Appends the output of a command to the end of a file.
  • Append Error (2>>): Appends error messages to the end of a file.