If I set globstar and use it as follows with exclude, the excluded option is ignored. That is, the folder named “users” is descended into. Is that the intended behavior? Is there a workaround?
du -a --exclude=users **/*.dat
If I set globstar and use it as follows with exclude, the excluded option is ignored. That is, the folder named “users” is descended into. Is that the intended behavior? Is there a workaround?
du -a --exclude=users **/*.dat