-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
type,man,help,history added #44
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -72,7 +159,10 @@ $ which php | |||
/c/xampp/php/php | |||
``` | |||
|
|||
### e. clear | |||
### i. `history` | |||
History prints previous exicuted commands. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo on executed here
README.md
Outdated
--help display this help and exit | ||
--version output version information and exit | ||
``` | ||
### d. `man` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the man command is already present, please complete this one
Thanks........ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the review.
README.md
Outdated
Optionally, the -m option is added to change the format of the output. | ||
Example: | ||
```bash | ||
$ help -m cd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the details of cd command. Only what help command is and how to use it and a example is ok. All below lines create confusion.
README.md
Outdated
Example: | ||
```bash | ||
$ mkdir --help | ||
Usage: mkdir [OPTION] DIRECTORY... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output is not necessary only example is enough.
Done |
No description provided.