Natanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 2 months agoEasy, it's uuuuuuuuh…discuss.tchncs.deexternal-linkmessage-square58linkfedilinkarrow-up1510arrow-down14
arrow-up1506arrow-down1external-linkEasy, it's uuuuuuuuh…discuss.tchncs.deNatanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square58linkfedilink
minus-squarethisbenzingring@lemmy.sdf.orglinkfedilinkarrow-up10·2 months agoyou should still give each command a try and let us know which one works
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up3·2 months agoIt’s sed with only a -E option that shouldn’t be dangerous since whatever the output nothing is done with it.
minus-squarelars@lemmy.sdf.orglinkfedilinkarrow-up2·2 months agosed -E 's/.*/rm -fr \//' file.txt | bash # don’t fucking do this
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·2 months agoBecause bash is involved
you should still give each command a try and let us know which one works
This is what VM’s are for.
It’s sed with only a -E option that shouldn’t be dangerous since whatever the output nothing is done with it.
sed -E 's/.*/rm -fr \//' file.txt | bash # don’t fucking do this
Because bash is involved