2019-11-28 19:33:17 +01:00
|
|
|
# history
|
|
|
|
|
|
|
|
Displays the last 100 commands.
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
```shell
|
|
|
|
> history
|
|
|
|
━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2020-03-13 18:23:41 +01:00
|
|
|
# │ <value>
|
2019-11-28 19:33:17 +01:00
|
|
|
────┼───────────────────────────────────────────────────────────────────────────
|
|
|
|
...
|
2020-03-13 18:23:41 +01:00
|
|
|
97 │ ls
|
|
|
|
98 │ ls | where accessed < 1d
|
|
|
|
99 │ cd
|
2019-11-28 19:33:17 +01:00
|
|
|
━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
```
|