Mitch,

i think you could:
----
pass fubar | \
     tee >(awk 'NR > 1 {print}' > /dev/tty) | \
     awk 'NR == 1 { print }' | \
     xclip -i -selection clipboard
----
(YSMV == your shell may vary).

cheers, Greg

Reply via email to