in reply to Re: Perl Commands for Unix/Linux
in thread Perl Commands for Unix/Linux

Where is the -l option?

Replies are listed 'Best First'.
Re^3: Perl Commands for Unix/Linux
by pvaldes (Chaplain) on Jan 24, 2013 at 15:51 UTC

    -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