3 lines
87 B
Perl
3 lines
87 B
Perl
Format: symlink(OLDFILE, NEWFILE)
|
|
|
|
$ perl -e 'symlink("/home/jody/test/old", "new");' |