Skip to main content
deleted 7 characters in body
Source Link
mikejonesey
  • 2.1k
  • 13
  • 19

[] = old bashbuiltin, so increased portability

[[]] = new / extra bashcompound command, so increased functionality

propose using single brackets when creating script that is indented to be shared across a number of platforms.

[] = old bash, so increased portability

[[]] = new / extra bash, so increased functionality

propose using single brackets when creating script that is indented to be shared across a number of platforms.

[] = builtin, increased portability

[[]] = compound command, increased functionality

propose using single brackets when creating script that is indented to be shared across a number of platforms.

Source Link
mikejonesey
  • 2.1k
  • 13
  • 19

[] = old bash, so increased portability

[[]] = new / extra bash, so increased functionality

propose using single brackets when creating script that is indented to be shared across a number of platforms.