mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
Add history command resources
This commit is contained in:
parent
0f75a6c598
commit
e296446b88
@ -1 +1,8 @@
|
||||
# History
|
||||
# history
|
||||
|
||||
`history` command is used to view the **previously executed command**. Every command executed is treated as the event and is associated with an event number using which they can be recalled and changed if required. These commands are saved in a history file.
|
||||
|
||||
It has the below syntax: `$ history`
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/history-command-in-linux-with-examples/'>What is history command? How to recall previous commands?</BadgeLink>
|
Loading…
x
Reference in New Issue
Block a user