home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.lha / bffs1.3 / doc / ln.doc < prev    next >
Text File  |  1994-02-02  |  908b  |  33 lines

  1. ------------------------------------------------------------------------
  2. Version 1.0 of ln                         Distribution is 2-Feb-94
  3. ------------------------------------------------------------------------
  4.  
  5. ln - create symbolic links
  6.  
  7.  
  8. This program acts nearly identical to the UNIX command of the same name.
  9.  
  10.  
  11. Usage:
  12.     ln [-s] destination source [source . . . ]
  13.  
  14. Where 
  15.     -s means create a soft link
  16.         otherwise, a hard link to the destination is created
  17.  
  18.     destination is the required object which will be pointed to
  19.         by the link.
  20.  
  21.     source is the name of the link which will point to the
  22.         destination.
  23.  
  24.     You are allowed to name as many link names as you want to
  25.         point at a single destination.
  26.  
  27.  
  28. ------------------------------------------------------------------------
  29.  
  30.  
  31. This program was created by Chris Hooper (cdh@mtu.edu)
  32. ------------------------------------------------------------------------
  33.