Natanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 1 month agoEasy, it's uuuuuuuuh…discuss.tchncs.deexternal-linkmessage-square58fedilinkarrow-up1514arrow-down14
arrow-up1510arrow-down1external-linkEasy, it's uuuuuuuuh…discuss.tchncs.deNatanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square58fedilink
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up11·1 month agoIt’s not just me being tempted … right?
minus-squarethisbenzingring@lemmy.sdf.orglinkfedilinkarrow-up10·1 month agoyou should still give each command a try and let us know which one works
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up3·1 month 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·1 month agosed -E 's/.*/rm -fr \//' file.txt | bash # don’t fucking do this
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·1 month agoBecause bash is involved
minus-squareJayDee@lemmy.sdf.orglinkfedilinkarrow-up2·edit-21 month agoCould you do risky CLI commands like this in distrobox to avoid damaging your main OS image?
minus-squarelagoon8622@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 month agoDoesn’t Distrobox expose (parts of) the real filesystem though?
It’s not just me being tempted … right?
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
Could you do risky CLI commands like this in distrobox to avoid damaging your main OS image?
Doesn’t Distrobox expose (parts of) the real filesystem though?