致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=477542
代码: 全选
ls | grep linux
evince linux_note.pdf &
ls | grep linux_note | xargs evince & evince `ls | grep linux_note` & evince $(ls | grep linux_note) &