home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / gemini / man / cat1m / type.1m < prev    next >
Encoding:
Text File  |  1994-09-22  |  1.1 KB  |  45 lines

  1. TYPE(1M)                    Mupfelkommandos                    TYPE(1M)
  2.  
  3. N✓NA✓AM✓ME✓E
  4.      type - Typ eines Kommandos bestimmen
  5.  
  6. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  7.      type _✓N_✓a_✓m_✓e
  8.  
  9. B✓BE✓ES✓SC✓CH✓HR✓RE✓EI✓IB✓BU✓UN✓NG✓G
  10.      t✓ty✓yp✓pe✓e zeigt zu einem Kommandonamen den Typ an (siehe Beispiele).
  11.  
  12.      Achtung: da t✓ty✓yp✓pe✓e nicht im POSIX-Standard (P1003.2) beschrieben ist, 
  13.      sollte man dann, wenn Portabilität eine Rolle spielt, besser 
  14.      c✓co✓om✓mm✓ma✓an✓nd✓d(1m) benutzen (Option '-V').
  15.  
  16. B✓BE✓EI✓IS✓SP✓PI✓IE✓EL✓LE✓E
  17.      $ type ls
  18.      ls ist ein Alias auf ls -Fk
  19.  
  20.      $ type cp
  21.      cp ist ein internes Kommando
  22.  
  23.      $ type find
  24.      find ist ein Programm (.\find.ttp)
  25.  
  26.      $ type meinls
  27.      meinls ist eine Funktion
  28.      meinls() {
  29.      ls -Fk
  30.      }
  31.  
  32.      $ type HOME
  33.      HOME ist als Kommando nicht bekannt                                             
  34.  
  35. A✓AU✓UT✓TO✓OR✓R
  36.      Mupfel: Copyright (c)
  37.      Stefan Eissing (se@ac.maus.de)
  38.  
  39.      Dokumentation: Copyright (c) 14. Februar 1994
  40.      Julian F. Reschke (jr@ms.maus.de)
  41.  
  42. S✓SI✓IE✓EH✓HE✓E ✓ A✓AU✓UC✓CH✓H
  43.      command(1m), mupfel(1)
  44.  
  45.