A note on the bash fork bomb
Here is the original fork bomb.
:(){:|:&};:
If you think about it for a minute you may agree with me that the following will be more destructive. This is just because each function call forks three processes instead of one.
:(){:|:& :& :&};:
Here is ...
loganlee.hashnode.dev2 min read