File: suffixes.7

package info (click to toggle)
manpages-de 0.4-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,808 kB
  • ctags: 4
  • sloc: sh: 7,666; makefile: 60
file content (259 lines) | stat: -rw-r--r-- 9,727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
'\" t
.\" (c) 1993 by Thomas Knig (ig25@rz.uni-karlsruhe.de)
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one
.\" 
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\" Modified Sat Jul 24 17:35:15 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Sun Feb 19 22:02:32 1995 by Rik Faith (faith@cs.unc.edu)
.\" Translated to german Thu Jan 04 00:20:02 1996 by
.\"   Norbert Kmin (norbert.kuemin@lugs.ch)
.\"   Modified Mon Aug 03 1998 by Andreas Braukmann <andy@abra.de>
.\" Modified Tue Oct 22 23:28:12 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Sun Jan 26 21:56:56 1997 by Ralph Schleicher
.\"    <rs@purple.UL.BaWue.DE>
.\" Modified Mon Jun 16 20:24:58 1997 by Nicols Lichtmaier <nick@debian.org>
.\" Modified Sun Oct 18 22:11:28 1998 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified Mon Nov 16 17:24:47 1998 by Andries Brouwer <aeb@cwi.nl>
.\"   Translated modifactions Thu, 18 Jan 2001 by Michael Piefel
.\"      <piefel@informatik.hu-berlin.de>
.\" 
.TH SUFFIXES 7  "18. Januar 2001" "Linux" "Verschiedenes"
.SH BEZEICHNUNG
suffixes \- Liste der Dateiendungen
.SH BESCHREIBUNG
Es ist blich, den Inhalt von Dateien mit den Endungen der Dateinamen zu
kennzeichnen.  Die Endungen bestehen aus einem Punkt gefolgt von einem oder
mehreren Buchstaben.  Viele Standard-Werkzeuge wie Compiler erkennen daran den
Typ, mit dem gerade gearbeitet wird, und das Werkzeug
.BR make (1)
enthlt viele Regeln, um Dateien gem ihren Endungen zu bearbeiten.
.PP
Es folgt eine Liste der Endungen, welche auf einem Linux-System gefunden
werden knnen.
.PP
.TS 
l | l
_ | _
lI |  l .
Endung	Dateityp
 ,v	Dateien fr RCS (Revision Control System)
 \-	Sicherungsdateien
 .C	C++-Sourcecode
 .F	FORTRAN-Sourcecode mit \fBcpp\fP(1)-Direktiven
	oder Datei, die mit Freeze komprimiert wurde
 .S	Assembler-Sourcecode mit \fBcpp\fP(1)-Direktiven
 .Y	Datei, die mit yabba komprimiert wurde
 .Z	Datei, die mit \fBcompress\fP(1) komprimiert wurde
 .[0-9]+gf	TeX: generischer Font
 .[0-9]+pk	TeX: gepackter Font
 .[1-9]	Hilfeseiten (MAN-Page) fr die entsprechenden Sektion
 .[1-9][a-z]	Hilfeseiten (MAN-Page) fr Sektion und Subsektion
 .a	statische Objektcode-Bibliothek
 .ad	Voreinstellungen fr Ressourcen einer X-Anwendung
 .adb	Ada: Quelle fr body
 .ads	Ada: Quelle fr spec
 .afm	PostScript: Zeichensatz-Metrik
 .al	Perl: Autoload-Datei
 .am	\fBautomake\fP(1)-Eingabedatei
 .arc	\fBarc\fP(1)-Archivdatei
 .arj	\fBarj\fP(1)-Archivdatei
 .asc	GnuPG/PGP: Daten mit ASCII-Hlle
 .asm	(GNU) Assember-Eingabedatei
 .au	Audiodatei
 .aux	LaTeX: Hilfsdatei (auxiliary)
 .avi	(msvideo) Film
 .awk	\fBawk\fP(1)-Programm
 .b	LILO: Boot-Loader-Image-Datei
 .bak	Sicherungsdatei
 .bash	\fBbash\fP(1): Shellskript
 .bb	basic-block-list-Daten, produziert mit gcc -ftest-coverage
 .bbg	basic-block-graph-Daten, produziert mit gcc -ftest-coverage
 .bbl	BibTeX-Ausgabe
 .bdf	X-Fontdatei
 .bib	TeX: Bibliographische Datenbank, Eingabe fr BibTeX
 .bm	Bitmap Sourcecode
 .bmp	Bitmap
 .bz2	Datei, die mit \fBbzip2\fP(1) komprimiert wurde
 .c	C-Sourcecode
 .cat	Nachrichten-Katalogdatei
 .cc	C++-Sourcecode
 .cf	Konfigurationsdatei
 .cfg	Konfigurationsdatei
 .cgi	Skript oder Programm, das WWW-Inhalte generiert
 .class	Java: compilierter Bytecode
 .conf	Konfigurationsdatei
 .config	Konfigurationsdatei
 .cpp	quivalent zu \fI.cc\fR
 .csh	\fBcsh\fP(1): Shellskript
 .cxx	quivalent zu \fI.cc\fR
 .dat	Datenfile
 .deb	Debian-Softwarepaket
 .def	Modula-2: Sourcecode fr Definitionsmodule
 .def	andere Definitionsdateien
 .desc	initialer Teil einer Postnachricht, die mit munpack entpackt wurde
 .diff	Dateiunterschiede (Ausgabe von \fBdiff\fP(1))
 .dir	dbm: Datenbankverzeichnisdatei
 .doc	Dokumentationsdatei
 .dtx	LaTeX: Packet-Quelldatei
 .dvi	TeX: gerteunabhngige Ausgabe
 .el	Emacs-Lisp-Sourcecode
 .elc	Compiliertes Emacs-Lisp
 .eps	Encapsulated PostScript
 .f	FORTRAN-Sourcecode
 .f77	FORTRAN-77-Sourcecode
 .f90	FORTRAN-90-Sourcecode
 .fas	vorcompilierter allgemeiner Lispcode
 .fi	FORTRAN-Include-Dateien
 .fig	FIG-Bilddatei (benutzt von \fBxfig\fR(1))
 .fmt	TeX: Formatdatei
 .gif	Graphics Interchange Format
 .gmo	Nachrichtenkatalog im GNU-Format
 .gsf	Ghostscript Zeichenstze
 .gz	Datei, die mit \fBgzip\fP(1) komprimiert wurde
 .h	C-oder C++-Header-Dateien
 .help	Hilfe-Dateien
 .hf	quivalent zu \fI.help\fP
 .hlp	quivalent zu \fI.help\fP
 .htm	\fI.html\fP des armen Mannes
 .html	HTML-Dokument, benutzt im World Wide Web
 .hqx	7-Bit-kodierte Macintosh-Datei
 .i	C-Sourcecode nach Vorbehandlung durch Prprozessor
 .icon	Bitmap-Sourcecode
 .idx	Indexdatei fr Hypertext, Datenbanksysteme oder LaTeX
 .image	Bitmap-Sourcecode
 .in	Konfigurationsschablone, besonders fr GNU Autoconf
 .info	GNU Info-Dateien (fr \fBinfo\fP(1) oder \fBtkinfo\fP(1))
 .info-[0-9]+	gesplittete Info-Dateien
 .ins	LaTeX: Paketinstallationsdatei fr docstrip
 .java	Java-Sourcecode
 .jpeg	JPEG, komprimiertes Grafikformat
 .jpg	\fI.jpeg\fP des armen Mannes
 .kmap	\fBlyx\fP(1)-Tastaturdefinition
 .l	quivalent zu \fI.lex\fP  oder \fI.lisp\fP
 .lex	\fBlex\fP(1)- oder \fBflex\fP(1)-Datei (Scannergenerator)
 .lha	lharc-Archivdatei
 .lib	Bibliothek fr Common-Lisp
 .lisp	Lisp-Sourcecode
 .ln	Datei fr \fBlint\fP(1)
 .log	Logdateo, vor allem von TeX produziert
 .lsm	Linux Software Map
 .lsp	Sourcecode von Common-Lisp
 .lzh	lharc-Archivdatei
 .m4	\fBm4\fP(1)-Sourcecode
 .mac	Makrodateien fr verschiedene Programme
 .man	Hilfeseiten (MAN-pages, meist eher Quellcode als formatiert)
 .map	Map-Dateien fr verschiedene Programme
 .me	\fBnroff\fP(1)-Sourcecode, benutzt Makropaket me
 .mf	Metafont-Sourcecode (Zeichensatz-Generator fr TeX)
 .mm	Sourcecode fr \fBgroff\fP(1) im MM-Format
 .mo	binrer Nachrichtenkatalog
 .mod	Modula-2: Sourcecode fr Implementationsmodule
 .mov	Quicktime-Film
 .mp	Metapost-Sourcecode
 .mpeg	MPEG-Film
 .mpg	\fI.mpeg\fP des armen Mannes
 .o	Objektdateien
 .old	alte oder Sicherheitsdateien
 .orig	Sicherungs-(Original-)version einer Datei, von \fBpatch\fP(1)
 .out	Ausgabedatei, oftmals ausfrbare Programme (a.out)
 .p	Pascal-Sourcecode
 .pag	dbm: Datenbank-Datendatei
 .patch	Datei Differenzen von \fBpatch\fP(1)
 .pbm	Portable BitMap, Grafikformat
 .pcf	X11-Fontdatei
 .pdf	Adobe Portable Document Format (benutze \fBacroread\fP oder \fBxpdf\fP)
 .perl	Perl-Sourcecode
 .pfa	PostScript-Zeichensatz, ASCII-Format
 .pfb	PostScript-Zeichensatz, Binrformat
 .pgm	Portable GreyMap, Grafikformat
 .pgp	PGP: Binrdaten
 .ph	Perl: Header-Datei
 .pid	Dateien fr Dmon-PIDs (z. B. crond.pid)
 .pl	Perl-Skript
 .pm	Perl-Modul
 .png	Portable Network Graphics, Grafikformat
 .po	Nachrichtenkatalog, Quelle
 .pod	\fBperldoc\fP(1)-Datei
 .ppm	Portable PixMap, Grafikformat
 .pr	Bitmap-Sourcecode
 .ps	PostScript-Datei
 .py	Python-Sourcecode
 .pyc	compiliertes Python
 .qt	Quicktime-Film
 .r	RATFOR-Sourcecode (obsolet)
 .rej	Patches, die \fBpatch\fP(1) nicht anwenden konnte
 .rpm	RedHat-Softwarepaket
 .rtf	Rich Text Format, Textformat
 .rules	Regeln fr irgendwas
 .s	Assembler-Sourcecode
 .sa	Stub-Bibliotheken fr shared libraries im a.out-Format
 .sc	\fBsc\fP(1)-Tabellenkalkulationkommandos
 .sgml	SGML-Quelldatei
 .sh	\fBsh\fP(1)-Skript
 .shar	\fBshar\fP(1)-Archivdatei
 .so	dynamische Bibliothek oder dynamisch ladbares Objekt
 .sql	SQL-Sourcecode
 .sqml	SQML-Schema oder Abfrageprogramm
 .sty	LaTeX-Paketdatei
 .sym	Modula-2: kompilierte Definitionsmodule
 .tar	\fBtar\fP(1)-Archivdatei
 .tar.Z	tar-Archiv komprimiert mit \fBcompress\fP(1)
 .tar.bz2	tar-Archiv komprimiert mit \fBbzip2\fP(1)
 .tar.gz	tar-Archiv komprimiert mit \fBgzip\fP(1)
 .taz	tar-Archiv komprimiert mit \fBcompress\fP(1)
 .tex	TeX- oder LaTeX-Sourcecode
 .texi	Equivalent zu \fI.texinfo\fP
 .texinfo	Texinfo-Dokumentation-Sourcecode
 .text	Textdatei
 .tfm	TeX: Zeichensatzmetrik
 .tgz	tar Archiv komprimiert mit \fBgzip\fP(1)
 .tif	\fI.tiff\fP des armen Mannes
 .tiff	Tagged Image File Format, Grafikformat
 .tk	Tcl/Tk-Skript
 .tmp	temporre Datei
 .tmpl	Template-Datei
 .txt	Textdatei
 .uu	quivalent zu \fI.uue\fP
 .uue	Binre Datei codiert mit \fBuuencode\fP(1)
 .vf	TeX: virtueller Font
 .vpl	TeX: virtuelle Eigenschaftsliste (zu virtuellem Font)
 .w	Silvio Levis CWEB
 .wav	wave sound file
 .web	Donald Knuths WEB
 .xbm	X11 Bitmap
 .xml	eXtended Markup Language
 .xsl	XSL-Stylesheet
 .xpm	X11 Pixmap
 .xs	Perl: xsub-Datei erzeugt von h2xs
 .y	\fByacc\fP(1)- oder \fBbison\fP(1)-Datei (Parsergenerator)
 .z	Datei, die mit \fBpack\fP(1) (oder einem alten \fBgzip\fP(1)) komprimiert wurde
 .zip	\fBzip\fP(1)-Archivdatei
 .zoo	\fBzoo\fP(1)-Archivdatei
 *~	Sicherungsdatei (von Emacs, Vim, patch etc.)
 *rc	Startdatei (run control), z. B. \fI.newsrc\fP
.TE
.SH "KONFORM ZU"
Generellen UNIX Konventionen.
.SH BUGS
Diese Liste ist nicht komplett.
.SH "SIEHE AUCH"
.BR file (1),
.BR make (1).