2017年6月9日星期五

在Terminal下打开当前路径的文件夹


You can type in the terminal:
cd /home/myUser/some/long/path/to/a/directory

and then:
nautilus .

The above command will open nautilus in the folder /home/myUser/some/long/path/to/a/directory (the period is the current directory)

Or in the Terminal just type:
nautilus /home/myUser/some/long/path/to/a/directory

没有评论: