rootpages icon indicating copy to clipboard operation
rootpages copied to clipboard

[programming][shell] Operations

Open LukeShortCloud opened this issue 1 year ago • 0 comments
trafficstars

  • Compare strings = if [[ "$foobar" = "123" ]]
  • Compare integers = if [[ "$foobar" -eq 123 ]]

LukeShortCloud avatar Nov 03 '24 03:11 LukeShortCloud