I have a task with these requirements: On Ubuntu 12.04, I need to open an instance of Nautilus (file manager) with a defined path which is set in the Perl script by an user.

Are there any approaches to do it? Thanks for a response.

UPD And is it possible to select a particular file from all files which are located in a folder (path)?

有帮助吗?

解决方案

Your question is really very vague. Without anything else to go on:

system("nautilus", $path);
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top