mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
6 lines
133 B
Markdown
6 lines
133 B
Markdown
# Divide
|
|
|
|
Divide behaves differently according to the type of the LHS:
|
|
* strings: split by the divider
|
|
* number: arithmetic division
|