Okay so I'm reading the help about Column-wise Selection Filter (ie select items using another column than Name) and I can't really get it to work
I want to make selection of files that are at least 100 000 000 bytes (~100MB we'll say it is
I tried both "size:### ### ###" and "size:#########" but I never get anything selected
I did also try "size:*### ### ###" (and "size:*### ### ###" too) but nothing.
If I switch to "MB" (Size column format) and do "size:###,## MB" it works (even for 1 234,56 MB files without a * first!)
BTW same thing in regexp mode, I mean "size:>([0-9]{3})" did work (all files >= 100bytes) ; but sadly "size:>([0-9]{6})" nor "size:>([0-9]{3}) ([0-9]{3})" did work
Last Minute: if I use "Raw Bytes Count" (ie no thousand sep) it does work:
size:>([0-9]{9})
size:#########
so... is it a bug, or is there a trick I don't know??
XYplorer Beta Club