1 #!/bin/bash 2 3 audio | awk -F \\t '{ print $1, $3, $2 }' | 4 xargs -I % icon audio-% % | menu -i audio | 5 awk '{ print $NF }' | xargs -r audio