narshee, 1 year ago You can do echo */ and echo /* to see how they expand. Also rm -rf / already is enough without the * as it already is recursive
You can do echo */ and echo /* to see how they expand. Also rm -rf / already is enough without the * as it already is recursive
echo */
echo /*
rm -rf /
*