Yall are doing something wrong if they hurt you
You can do echo */
and echo /*
to see how they expand. Also rm -rf /
already is enough without the *
as it already is recursive
Not in this case. It’s */
here so it expands to directories at current location. I’m sure that’s a typo though
link for the curious