2023-11-16 23:19:36 -05:00

5 lines
235 B
Plaintext

Unquoted non-matching glob in var:'test*.TMP/\name_doesnt_exist'
Unquoted matching glob in var: 'testdir.TMP/name'
Quoted non-matching glob in var: 'test*.TMP/\name_doesnt_exist'
Quoted matching glob in var: 'test*.TMP/\name'