programming-examples/perl/File/The symlink and readlink Functions (UNIX).pl
2019-11-15 12:59:38 +01:00

3 lines
87 B
Perl

Format: symlink(OLDFILE, NEWFILE)
$ perl -e 'symlink("/home/jody/test/old", "new");'