Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple shell 1.0.5 alias #15

Open
3 of 6 tasks
edward0rtiz opened this issue Aug 16, 2019 · 0 comments
Open
3 of 6 tasks

Simple shell 1.0.5 alias #15

edward0rtiz opened this issue Aug 16, 2019 · 0 comments
Assignees

Comments

@edward0rtiz
Copy link
Collaborator

edward0rtiz commented Aug 16, 2019

  • Implement the alias builtin command

  • Usage: alias [name[='value'] ...]

  • alias: Prints a list of all aliases, one per line, in the form name='value'

  • alias name [name2 ...]: Prints the aliases name, name2, etc 1 per line, in the form name='value'

  • alias name='value' [...]: Defines an alias for each name whose value is given. If name is already an

  • alias, replaces its value with value

@edward0rtiz edward0rtiz created this issue from a note in Simple Shell (To do) Aug 16, 2019
@edward0rtiz edward0rtiz moved this from To do to In progress in Simple Shell Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Simple Shell
In progress
Development

No branches or pull requests

2 participants