Ok, find
on Linux has different options than on a Mac. This should work now:
find d -mindepth 3 -maxdepth 3 -type f -size 36c -name 0*
find d -mindepth 3 -maxdepth 3 -type f -size 36c \! -name 0*
You can send me the output via PN.
Ok, find
on Linux has different options than on a Mac. This should work now:
find d -mindepth 3 -maxdepth 3 -type f -size 36c -name 0*
find d -mindepth 3 -maxdepth 3 -type f -size 36c \! -name 0*
You can send me the output via PN.