How to start a pdf reader from a Linux command line?

时间:2014-08-31 17:01:21   收藏:0   阅读:224

Before you do this, you should be in a GOME or KDE environment, then type the following commands to check whether you‘ve stalled the app:

$ type evince

then just view the PDF file by typing this:

$ evince filename.pdf

But you‘d better add a "&" at the end of the command line.

$ evince filename.pdf &

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!