Program name: autolink
OS: Runs on both LINUX and Solaris
Usage: The program creates symbolic links between two groups of files. The target files are linked to prefix.001, prefix.002, … , prefix.n where "prefix" is specified by the user at the command line.
Syntax: autolink <target files> <link name prefix>
Example: The following command
$ autolink file1 file2 file3 someprefixcreates symbolic links from someprefix.001, someprefix.002, someprefix.003 to file1, file2, and file3, respectively.