mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 13:04:34 +01:00
17 lines
883 B
Markdown
17 lines
883 B
Markdown
|
# history
|
||
|
|
||
|
Displays the last 100 commands.
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```shell
|
||
|
> history
|
||
|
━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||
|
# │ <value>
|
||
|
────┼───────────────────────────────────────────────────────────────────────────
|
||
|
...
|
||
|
97 │ ls
|
||
|
98 │ ls | where accessed < 1d
|
||
|
99 │ cd
|
||
|
━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||
|
```
|