首页 > 系统服务 > 详细

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

时间:2014-08-31 17:01:21      阅读:322      评论:0      收藏:0      [点我收藏+]

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 &

 

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

原文:http://www.cnblogs.com/LinTeX9527/p/3947748.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!