pw-link:tldr:a70fa
pw-link: Create a link between an output and an input port.
$ pw-link ${output_port_name} ${input_port_name}
try on your machine
The command "pw-link" is used to create a link between two ports in a Patchwork (PW) system. The ${output_port_name}
and ${input_port_name}
are placeholders for the actual names of the output and input ports that you want to connect. So, if you run the command "pw-link output_port_A input_port_B", it will create a link between the output port named "output_port_A" and the input port named "input_port_B".
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.