"reopening" #95
i think it's bad that simple, standard find commands fail with a perplexing error message in fish, due to its expansion of empty curly braces to empty string. e.g.:
> find . -name '*.txt' -exec cat {} +
find: -exec: no terminating ";" or "+"
as discussed in #95 the fix is to quote '{}' but this is kind of hard to figure out
"reopening" #95
i think it's bad that simple, standard find commands fail with a perplexing error message in fish, due to its expansion of empty curly braces to empty string. e.g.:
as discussed in #95 the fix is to quote '{}' but this is kind of hard to figure out