es -sort-path-ascending -export-txt mydb '!f:\\Backup'
on v1.5 the above produces an empty file/no results. it happens on every query prepended with "!". normal queries work fine.
is there a workaround? Note: ini contains:
I am using single quotes with ! inside them:
es -sort-path-ascending -export-txt mydb '!f:\\Backup'
this is because this command is running under cygwin script and I need to prevent history expansion by enclosing the !.
I'll take a look at how to prevent history expansion without quoting...But this used to work in everything 1.4...