سؤال

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