mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated SC2072 (markdown)
@@ -10,7 +10,7 @@
|
||||
|
||||
```sh
|
||||
[[ 200 -lt 314 ]] # Use fixed point math
|
||||
[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc
|
||||
[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc
|
||||
```
|
||||
|
||||
### Rationale:
|
||||
|
Reference in New Issue
Block a user