-1

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

edem
  • 3,222
  • 3
  • 19
  • 45

1 Answers1

4

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

system("nautilus", $path);
ikegami
  • 367,544
  • 15
  • 269
  • 518
OmnipotentEntity
  • 16,531
  • 6
  • 62
  • 96