summaryrefslogtreecommitdiff
path: root/3 Resources/Bash/Expansion.md
blob: 1cd32097937c33a6ffceaad164caf3ecb92d33a3 (plain)
1
2
3
4
5
6
7
8
9
---
tags:
  - bash
---
Find about in the manual `man bash` (search EXPANSION). This document will hold some often used expansions.

**Variable expansion**
substr
`${VAR:offset:len}`