nushell/old_nushell/docs/commands/history.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

18 lines
839 B
Markdown

# history
Displays the last 100 commands.
## Example
```shell
> history
─────┬────────────────────────────────────────────────────────────────────────
# │
─────┼────────────────────────────────────────────────────────────────────────
...
97 │ date
98 │ ls
99 │ ls -la
─────┴────────────────────────────────────────────────────────────────────────
```