Mega Code Archive

 
Categories / Perl / File
 

The readlink function returns the value of the symbolic link

#Format: #readlink(SYMBOLIC_LINK); #readlink SYMBOLIC_LINK; $ perl -e 'readlink("new")';