Help for this page

Select Code to Download


  1. or download this
    xcommand|perl -wne '/(\S+)/ and print "$1 "'
    xcommand|perl -we 'print join " ", map{/(\S+)/; $1} <>'
    xcommand|perl -we 'print join " ", map{(split" ", $_)[0]}<>'