Lanky_Pomegranate530 to [email protected] • edit-28 months agoSeriously this is a joke. Do NOT try thismidwest.socialimagemessage-square59fedilinkarrow-up1361
arrow-up1361imageSeriously this is a joke. Do NOT try thismidwest.socialLanky_Pomegranate530 to [email protected] • edit-28 months agomessage-square59fedilink
minus-square@[email protected]linkfedilink3•edit-28 months agoI’m not going to try it but… rm “./-rf *” would do the same? rm “./-rf \*” maybe?
minus-square@[email protected]linkfedilinkDeutsch3•8 months agoCouldn’t get single quotes to type on my phone, but best to always use them for problems like that, to completely get rid of shell interference.
minus-square@[email protected]linkfedilinkDeutsch1•8 months agoIf you do want to try, just start a docker container and try inside there. That should negate all risk
I’m not going to try it but… rm “./-rf *” would do the same? rm “./-rf \*” maybe?
Couldn’t get single quotes to type on my phone, but best to always use them for problems like that, to completely get rid of shell interference.
I always forget about the single quotes.
If you do want to try, just start a docker container and try inside there. That should negate all risk