1 2 3 4 5 6 7
#!/bin/bash for name in $(cat qlist) do wd label $name | xargs -I{} grep {} name-list echo $name done