Commands.app

SISMEMBER

Sets

Check if value is member of set

Examples
Common usage examples

Check membership

SISMEMBER myset "hello"
Notes
  • Returns 1 if member, 0 if not
Related Commands
You might also find these useful