Next: , Previous: , Up: file commands   [Contents][Index]


6.2.7 Creating symbolic links

Function: mbfl_file_enable_symlink

Declare the commands required to create symbolic links. Declaring the intention to use a program

The programs are: ln.

Function: mbfl_file_symlink original_name symlink_name

Create a symbolic link.

Function: mbfl_exec_ln original_name link_name [opt …]

Raw executor for ln. The mandatory arguments original_name and link_name are put on the command line of ln as arguments. The optional arguments opt are added, as options, to the command line of ln.


Next: , Previous: , Up: file commands   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.