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

196

16224 readers
3089 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
[–] [email protected] 26 points 6 months ago (2 children)

Ok but actually what does this do?

[–] [email protected] 51 points 6 months ago* (last edited 6 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.