-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added some linux command #19
base: master
Are you sure you want to change the base?
Conversation
Example:
|
can we write docker command ? |
Go for it |
sir please check i added some command |
please check now is it okay ? |
### How to run command from history by serial number | ||
`$!serial-no` | ||
|
||
### To see the real time system process |
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.
pls remove this command
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 top command, very common
@@ -18,3 +18,10 @@ | |||
|
|||
### Search Bash history | |||
`Ctrl+r` | |||
|
|||
### How to run command from history by serial number | |||
`$!serial-no` |
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.
put $!<serial-num-from-command-history
No description provided.