ln()
Instance Public methods
Create a link to the specified TARGET with LINK_NAME.
1 2 3 4 5 | ruby -run -e ln -- [ OPTION ] TARGET LINK_NAME -s make symbolic links instead of hard links -f remove existing destination files -v verbose |
Please login to continue.