in reply to Perl Commands for Unix/Linux

UNIX 'command' equivalents in Perl

Replies are listed 'Best First'.
Re^2: Perl Commands for Unix/Linux
by Anonymous Monk on Jan 24, 2013 at 13:18 UTC
    Where is the -l option?

      -l : create a link instead to copy files

      the perl function here should be probably "link" instead copy (or "symlink" if you want instead a soft link). I had not verified that works with directories, so try first with something that you can lose.

      link DIRX DIRY