Search Results

1
vote

How to escape extended pathname expansion patterns in quoted expressions?

$ bash -O extglob -c 'echo !(file2)' file1 file3 …