(no title)
wpollock | 11 days ago
wsl find ...
You can run all Linux commands this way. Also, pretty sure that find's "-o" is the Boolean "or", not "otherwise". (Yet another example of why learning from LLMs is dangerous, I suppose).
wpollock | 11 days ago
wsl find ...
You can run all Linux commands this way. Also, pretty sure that find's "-o" is the Boolean "or", not "otherwise". (Yet another example of why learning from LLMs is dangerous, I suppose).
ninalanyon|11 days ago
A naive interpretation of or in the light of Boolean algebra would be: do both and return true if either succeeds.
FailMore|11 days ago