I am pretty sure this will be a duplicate, because I have seen it sometimes at other places, but I do not remember where and I also (obviously) do not know how it is called.
In an other SO post, there is this piece of code (bash):
obj(){
. <(sed "s/obj/$1/g" obj.class)
}
What does . <
do ? If it has a name, what is it ?