2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/docs/commands/history.md

18 lines
839 B
Markdown
Raw Normal View History

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