rootpages
rootpages copied to clipboard
[programming][shell] Operations
trafficstars
- Compare strings =
if [[ "$foobar" = "123" ]] - Compare integers =
if [[ "$foobar" -eq 123 ]]