1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 02:57:08 +01:00
nushell/docs/commands/history.md

18 lines
839 B
Markdown

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