home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / fileutil.lha / fileutils-3.3 / cat / ln.1 < prev    next >
Encoding:
Text File  |  1992-08-28  |  3.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. LN(1L)            MISC. REFERENCE MANUAL PAGES             LN(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      ln - make links between files
  10.  
  11. SYNOPSIS
  12.      ln [options] source [dest]
  13.      ln [options] source... directory
  14.      Options:
  15.      [-bdfisvF]          [-S          backup-suffix]          [-V
  16.      {numbered,existing,simple}]                      [--version-
  17.      control={numbered,existing,simple}] [--backup] [--directory]
  18.      [--force]     [--interactive]    [--symbolic]    [--verbose]
  19.      [--suffix=backup-suffix]
  20.  
  21. DESCRIPTION
  22.      This manual page documents the GNU version of  ln.   If  the
  23.      last  argument  names  an  existing directory, ln links each
  24.      other given file into a file with  the  same  name  in  that
  25.      directory.   If  only  one file is given, it links that file
  26.      into the current directory.  Otherwise, if  only  two  files
  27.      are  given,  it  links  the first onto the second.  It is an
  28.      error if the last argument is not a directory and more  than
  29.      two  files  are  given.  It makes hard links by default.  By
  30.      default, it does not remove existing files.
  31.  
  32.   OPTIONS
  33.      -_b, --_b_a_c_k_u_p
  34.           Make backups of files that are about to be removed.
  35.  
  36.      -_d, -_F, --_d_i_r_e_c_t_o_r_y
  37.           Allow the super-user to make hard links to directories.
  38.  
  39.      -_f, --_f_o_r_c_e
  40.           Remove existing destination files.
  41.  
  42.      -_i, --_i_n_t_e_r_a_c_t_i_v_e
  43.           Prompt whether to remove existing destination files.
  44.  
  45.      -_s, --_s_y_m_b_o_l_i_c
  46.           Make symbolic links instead of hard links.
  47.  
  48.      -_v, --_v_e_r_b_o_s_e
  49.           Print the name of each file before linking it.
  50.  
  51.      -_S, --_s_u_f_f_i_x _b_a_c_k_u_p-_s_u_f_f_i_x
  52.           The suffix used for making simple backup files  can  be
  53.           set with the SIMPLE_BACKUP_SUFFIX environment variable,
  54.           which can be overridden by this option.  If neither  of
  55.           those is given, the default is `~', as it is in Emacs.
  56.  
  57.      '-_V, --_v_e_r_s_i_o_n-_c_o_n_t_r_o_l {_n_u_m_b_e_r_e_d,_e_x_i_s_t_i_n_g,_s_i_m_p_l_e}"
  58.           The  type  of  backups  made  can  be  set   with   the
  59.           VERSION_CONTROL  environment  variable,  which  can  be
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LN(1L)            MISC. REFERENCE MANUAL PAGES             LN(1L)
  71.  
  72.  
  73.  
  74.           overridden by this option.  If VERSION_CONTROL  is  not
  75.           set  and  this  option is not given, the default backup
  76.           type is `existing'.  The value of  the  VERSION_CONTROL
  77.           environment  variable  and  the argument to this option
  78.           are like the GNU Emacs `version-control' variable; they
  79.           also recognize synonyms that are more descriptive.  The
  80.           valid values are (unique abbreviations are accepted):
  81.  
  82.           `t' or `numbered'
  83.                Always make numbered backups.
  84.  
  85.           `nil' or `existing'
  86.                Make numbered backups of files that  already  have
  87.                them, simple backups of the others.
  88.  
  89.           `never' or `simple'
  90.                Always make simple backups.
  91.  
  92.      The long-named options can be introduced with `+' as well as
  93.      `--',  for compatibility with previous releases.  Eventually
  94.      support for `+' will be removed, because it is  incompatible
  95.      with the POSIX.2 standard.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1           Last change:                          2
  130.  
  131.  
  132.  
  133.