This one looks cleanest to me. disper --cycle "-d CRT-0 -s", "-d DFP-0 -s", "-d DFP-1 -s"
Then again if you mix it with the last command specifying DFP-0,CRT-1 it becomes: disper --cycle "-d CRT-0 -s", "-d DFP-0 -s", "-d DFP-1,CRT-1 -s"
Just thinking out of the box here, how about reading it from file/stdin? echo "SINGLE CRT-0\n SINGLE DFP-0\n CLONE DFP-0,CRT-0" | disper --cycle?
Not sure it's better, just throwing the idea in there.
This one looks cleanest to me.
disper --cycle "-d CRT-0 -s", "-d DFP-0 -s", "-d DFP-1 -s"
Then again if you mix it with the last command specifying DFP-0,CRT-1 it becomes:
disper --cycle "-d CRT-0 -s", "-d DFP-0 -s", "-d DFP-1,CRT-1 -s"
Just thinking out of the box here, how about reading it from file/stdin?
echo "SINGLE CRT-0\n SINGLE DFP-0\n CLONE DFP-0,CRT-0" | disper --cycle?
Not sure it's better, just throwing the idea in there.