|
|
|
|
|
by rgrau
1806 days ago
|
|
Part of the mystery of the infamous shell fork bomb is that it picks a weird name like ':' for the function name. :(){ :|:& };:
Turns into a less mysterious: bomb() {
bomb | bomb &
}
bomb
I started a booklet with some of these tricks and explanations in https://raimonster.com/scripting-field-guide/, in case anyone wants to give feedback (or PRs), it'd be much appreciated. |
|
rethoric -> rhetoric
1 off -> one-off
ment -> meant
low hanging -> low-hanging
flag you many of those ticking bombs -> flag many of those ticking bombs for you
No matter which editor you are using, but you -> No matter which editor you are using, you
The best example in that StackOverflow is this one: -> [maybe delete this line? or write something else. I don't know its purpose, it makes no sense.]
a bunch of elements from one go -> a bunch of elements in one go
functions in shell -> shell functions
using user's input -> using user input/using the user's input
you can unset -> You can unset
lots of code you see around rely on -> lots of code you see around relies on
to thinking on creating -> to thinking about creating