分页: 1 / 1

命令行打开当前目录文件

发表于 : 2012-11-21 13:32
nexus-s

代码: 全选

$ xdg-open .
$ echo 123>>test.txt
$ xdg-open test.txt
原文:http://www.commandlinefu.com/commands/v ... Line-Fu%29

Re: 命令行在当前路径打开文件目录

发表于 : 2012-11-21 13:40
eexpress
???
不是还有gnome-open?
啥意思?

Re: 命令行打开当前目录文件

发表于 : 2012-11-21 13:58
nexus-s

代码: 全选

man xdg-open
XDG-OPEN(1) xdg-open Manual XDG-OPEN(1)

NAME
xdg-open - opens a file or URL in the user's preferred application

SYNOPSIS
xdg-open {file | URL}

xdg-open {--help | --manual | --version}

DESCRIPTION
xdg-open opens a file or URL in the user's preferred application. If a URL is provided the URL will be opened in the user's
preferred web browser. If a file is provided the file will be opened in the preferred application for files of that type. xdg-open
supports file, ftp, http and https URLs.

xdg-open is for use inside a desktop session only. It is not recommended to use xdg-open as root.

Re: 命令行打开当前目录文件

发表于 : 2012-11-21 14:59
枫叶饭团
Orz

Re: 命令行打开当前目录文件

发表于 : 2012-11-21 15:05
qy117121
枫叶饭团 写了:Orz

Re: 命令行打开当前目录文件

发表于 : 2012-11-21 20:05
YeLee
这不是mime的…… :em20

Re: 命令行打开当前目录文件

发表于 : 2012-11-21 21:17
秋景雨
什么是Orz和mime?我用gvfs-open。http://www.qiujingyu.com/replace-gnome- ... -open.html