Hacker News new | ask | show | jobs
by jez 149 days ago
Something I never understood about this: is the pipe necessary, or just to have another symbol contributing to the mayhem?

    :(){:&;:};:
This is the same number of characters but doesn’t use a pipe, and I was never able to figure out why it seems so universally to use a pipe.
2 comments

Having a pipe will also eat up your system's file table, so it's potentially more efficient.
One way to find out!