- metadata:
- tags: #IT/Software/Bash #PKM/howto
- related: #IT/Software/EdgeOS
## history expansion
> the 12th command from your bash history. That’s the command with a “12” to the left of it when you run the `history` command. You’d type the following command.
```bash
!12
```