The other day, I realized that Apple had done things to their version of rm that made an old script I had on my work machine fail. Apparently, they stuck in something that would just reject certain versions of rm that are known to be problematic.
It’s not that you can’t do it, it’s that you have to use wildcards now.
The other day, I realized that Apple had done things to their version of
rm
that made an old script I had on my work machine fail. Apparently, they stuck in something that would just reject certain versions ofrm
that are known to be problematic.It’s not that you can’t do it, it’s that you have to use wildcards now.