Question

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)?

Was it helpful?

Solution

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

system("nautilus", $path);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top