1Input: >TZ PATH=/bin:/usr/bin XAUTHORITY< 2Output: >TZ< 3Output: >PATH=/bin:/usr/bin< 4Output: >XAUTHORITY< 5Input: >TZ { LESS=-m -C -s -f -e } XAUTHORITY< 6Output: >TZ< 7Output: >LESS=-m -C -s -f -e< 8Output: >XAUTHORITY< 9Input: >{ LESS=-m -C -s -f -e } TZ XAUTHORITY< 10Output: >LESS=-m -C -s -f -e< 11Output: >TZ< 12Output: >XAUTHORITY< 13Input: >TZ XAUTHORITY { LESS=-m -C -s -f -e }< 14Output: >TZ< 15Output: >XAUTHORITY< 16Output: >LESS=-m -C -s -f -e< 17Input: >TZ { LESS=-m -C -s -f -e XAUTHORITY< 18unknown: warning: stdin: missing '}' in "{ LESS=-m -C -s -f -e XAUTHORITY" 19Output: >TZ< 20Output: >LESS=-m -C -s -f -e XAUTHORITY< 21Input: >TZ { LESS=-m -C -s -f -e }x XAUTHORITY< 22unknown: warning: stdin: syntax error after '}' in "{ LESS=-m -C -s -f -e }x" 23Output: >TZ< 24Output: >LESS=-m -C -s -f -e< 25Output: >XAUTHORITY< 26