Lanky_Pomegranate530 to linuxmemes • edit-22 months agoSeriously this is a joke. Do NOT try thismidwest.socialimagemessage-square59fedilinkarrow-up1359arrow-down186
arrow-up1273arrow-down1imageSeriously this is a joke. Do NOT try thismidwest.socialLanky_Pomegranate530 to linuxmemes • edit-22 months agomessage-square59fedilink
minus-square@[email protected]linkfedilinkDeutsch17•edit-22 months agorm ./—rf\ \* Am I missing something?
minus-square@one_knight_scriptinglink3•edit-22 months agoI’m not going to try it but… rm “./-rf *” would do the same? rm “./-rf \*” maybe?
minus-square@[email protected]linkfedilinkDeutsch3•2 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•2 months agoIf you do want to try, just start a docker container and try inside there. That should negate all risk
rm ./—rf\ \*
Am I missing something?
I’m not sure that you belong in this thread :)
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