this post was submitted on 19 Feb 2024
109 points (100.0% liked)

196

16279 readers
2444 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 

cat imagje

you are viewing a single comment's thread
view the rest of the comments
[–] groet@feddit.de 18 points 7 months ago* (last edited 7 months ago)

its a lot more readable if you replace the : with any other function name

fork() {
     fork | fork &
};
fork

define a funktion called fork, which calls itself twice (call once, pipe ( "|" ) the result to the same function again which is run in a new thread in the background ( "&" )). Then call the newly defined function. The : is used to make it look more like emoji.