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 260 261 262 263 264 265 266 267 268 269
|
.\" (c) 1993 by Thomas Koenig (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)
.\"
.\" Traduction 20/10/1996 par Christophe Blaess (ccb@club-internet.fr)
.\" Mise a jour 15/04/97
.\" Mise a jour 18/05/1998 (LDP-man-pages-1.19)
.\" Mise a jour 02/05/1999 (LDP-man-pages-1.22)
.\" Mise a jour 26/06/2000 (LDP-man-pages-1.30)
.\" Mise � jour 06/06/2001 - LDP-man-pages-1.36
.TH HIER 7 "6 juin 2001" Linux "Manuel de l'administrateur Linux"
.SH NOM
suffixes \- Liste de suffixes de fichiers.
.SH DESCRIPTION
Il est courant d'indiquer le contenu d'un fichier en utilisant un suffixe,
consistant en un point suivi d'une ou plusieurs lettres.
Plusieurs utilitaires standards, comme les compilateurs, utilisent ceci
pour reconnaitre le type de fichier � traiter, et l'utilitaire
.BR make (1)
agit en fonction de r�gles bas�es sur le type de suffixe.
.PP
La liste suivante regroupe des suffixes courrament rencontr�s sur les
syst�mes Linux.
.PP
.TS
l | l
_ | _
lI | l .
Suffixe Type de fichier
,v Fichiers pour RCS (Revision Control System)
- Fichier backup
.C Code source C++, �quivalent de \fI.cc\fP
.F Source FORTRAN avec directives \fBcpp\fP(1)
ou fichier compress� avec freeze
.S Code source Assembleur avec directives \fBcpp\fP(1)
.Y Fichier compress� avec Yabba
.Z Fichier compress� avec \fBcompress\fP(1)
.[0-9]+gf Fichier de fontes g�n�riques TeX
.[0-9]+pk Fichier de fontes TeX
.[1-9] Pages de manuel de la section correspondante
.[1-9][a-z] Pages de manuel de section et sous\-section
.a Biblioth�que statique de code objet
.ad Fichier de ressources par d�faut d'application X11
.ada Source ADA (corps, spec...)
.adb Corps de source ADA
.ads Specification de source ADA
.afm M�trique de fonte PostScript
.al Fichier autochargeable Perl
.am Fichier d'entr�e pour \fBautomake\fP
.arc Archive \fBarc\fP(1)
.arj Archive \fBarj\fP(1)
.asc Donn�es ASCII prot�g�e PGP
.asm Fichier source assembleur (GNU)
.au Fichier Audio
.aux Fichier auxiliaire LaTeX
.avi Fichier d'animation MsVideo
.awk Programme AWK
.b Image de boot pour le chargeur Lilo
.bak Fichier de sauvegarde
.bash Script shell \fBbash\fP
.bb Liste de blocs produite par gcc -ftest-coverage
.bbg Graphe de blocs produit par gcc -ftest-coverage
.bbl Sortie de BibTeX
.bdf Fichier de fonte X
.bib Entr�e de BibText, base de donn�es bibliographiques TeX
.bm Source bitmap
.bmp Source bitmap
.bz2 Fichier compress� avec \fBbzip2\fP(1)
.c Source C
.cat Fichier de catalogue de Message
.cc Source C++
.cf Fichier de configuration
.cfg Fichier de configuration
.cgi Programme ou script WWW
.class Pseudo code compil� Java
.cls D�finition de classe LaTeX
.conf Fichier de configuration
.config Fichier de configuration
.cpp �quivalent de \fI.cc\fP
.csh Script shell de \fBcsh\fP
.cxx �quivalent de \fI.cc\fP
.dat Fichier de donn�es
.deb Paquetage de logiciel Debian
.def Source Modula-2 pour module de d�finition
.def Fichier de d�finition
.desc Partie initiale d'un mail d�cod� par \fBmunpack\fP(1)
.diff Fichier de diff�rences (voir \fBdiff\fP(1))
.dir Fichier de r�pertoire de base de donn�es Dbm
.doc Fichier de documentation
.dsc Contr�le de sources Debian
.dtx Fichier source de paquetage LaTeX
.dvi Sortie de TeX ind�pendante du p�riph�rique
.el Source Lisp EMACS
.elc Lisp EMACS compil�
.eps Encapsulated Postscript
.exp Source Expect
.f Source FORTRAN
.f77 Source FORTRAN 77
.f90 Source FORTRAN 90
.fas Common Lisp pr�\-compil�
.fi Fichier en\-t�te FORTRAN
.fig Dessin vectoriel pour \fBxfig\fP(1)
.fmt Fichier de format pour TeX
.gif Graphics Interchange Format
.gmo Catalogue de messages au format GNU
.gsf Fonte Ghostscript
.gz Fichier compress� avec \fBgzip\fP(1)
.h Fichier en\-tete C ou C++
.help Fichier d'aide
.hf �quivalent � \fI.help\fP
.hlp �quivalent � \fI.help\fP
.htm \fI.html\fP du pauvre...
.html Document HTML utilis� en autre sur le World Wide Web
.hqx Fichier Macintosh encod� sur 7 bits
.i Source C apr�s passage du pr�\-processeur
.icon Source Bitmap
.idx Index d'une base de donn�e ou d'un syst�me d'hypertexte
.image Source Bitmap
.in Mod�le de configuration, pour l'autoconf GNU
.ins Fichier d'installation de paquetage LaTeX pour Docstrip
.info Fichier pour browser info EMACS
.info-[0-9]+ idem
.itcl Source Itcl (extension object de Tcl).
.java Fichier source Java.
.jpg \fI.jpeg\fP du pauvre...
.jpeg Image compress�e JPEG
.kmap Table des touches de \fBlyx\fP(1)
.l Fichier \fBlex\fP(1) ou \fBflex\fP(1)
.lex �quivalent � \fI.lex\fP
.lha Archive Lharc
.lib Biblioth�que Common Lisp
.lisp Fihier source Lisp
.log Fichier de journalisation, cr�� par exemple par TeX
.ln Fichier utilis� avec \fBlint\fP(1)
.lsm Entr�e descriptive de la Linux Software Map
.lsp Source Common Lisp
.lyx Document du traitement de texte LyX
.lzh Archive Lharc
.m Source objective C
.m4 Source \fBm4\fP(1)
.mac Fichier de macros pour divers programmes
.man Page de manuel (plutot source que pr�format�e).
.map Fichier de cartes pour divers programmes
.me Source Nroff pour le package me
.mf Source Metafont (fonte g�n�r�e pour TeX)
.mgp Fichier MagicPoint
.mm Source pour \fBgroff\fP(1) au format mm
.mo Fichier binaire de catalogue de messages
.mod Source Modula-2 pour module d'implementation
.mov Animation QuickTime
.mp Source Metapost
.mp2 Fichier MPEG Niveau 2 (audio)
.mp3 Fichier MPEG Niveau 3 (audio)
.mpeg Animation
.o Fichier objet
.old Fichier ancien ou sauvegard�
.orig Fichier Backup (original), de \fBpatch\fP(1)
.out Fichier de sortie, souvent ex�cutable (a.out)
.p Source Pascal
.patch Fichier diff�rence de \fBpatch\fP(1)
.pag Fichier de base de donn�es Dbm
.pbm Format Bitmap Portable
.pcf Fichier fonte X11
.pdf Format de donn�es portables Adobe (xpdf)
.perl Fichier source Perl (voir .ph .pl et .pm)
.pfa Fichier d�finition fonte Postscript, ASCII
.pfb Fichier d�finition fonte Postscript, binaire
.pgm Format Greymap (bitmap) portable.
.pgp Donn�es PGP binaire
.ph Fichier d'en-t�te Perl
.php Fichier de programme PHP
.php3 Fichier de programme PHP3
.pid Fichier pour stocker le PID d'un d�mon (crond.pid)
.pl Fichier de biblioth�que Perl ou liste de propri�t�s TeX
.pm Fichier de module Perl.
.png Fichier Portable Network Graphics
.po Source d'un catalogue de messages
.pod Fichier de \fBperldoc\fP(1)
.ppm Fichier de Pixmap portable
.pr Source Bitmap
.ps Fichier Postscript
.py Source Python
.pyc Fichier Python compil�
.qt Animation QuickTime
.r Source RATFOR (obsol�te)
.rej Patche non applicable par \fBpatch\fP(1)
.rpm Paquetage logiciel RedHat
.rtf Fichier de texte au format Rich-Text
.rules R�gles pour un programme
.s Source Assembleur
.sa Biblioth�que partag�e a.out
.sc Commande tableur \fBsc\fP(1)
.scm Source Scheme
.sed Script Sed
.sgml Fichier de source Sgml
.sh Scripts \fBsh\fP(1)
.shar Archive cr��e par \fBshar\fP(1)
.so Biblioth�que partag�e ou objet chargeable dynamiquement
.sql Source SQL
.sqml Programme de requ�tes SQML.
.sty Fichier de style pour LaTeX
.sym Module de d�finition Modula-2 compil�
.tar Archive cr��e par \fBtar\fP(1)
.tar.Z Archive tar compress�e avec \fBcompress\fP(1)
.tar.bz2 Archive tar compress�e avec \fPbzip\fP(1)
.tar.gz Archive tar compress�e avec \fBgzip\fP(1)
.taz Archive tar compress�e avec \fBcompress\fP(1)
.tcl Script Tcl
.tex Source TeX ou LaTeX
.texi �quivalent � \fI.texinfo\fR
.texinfo Source de documentation TeXinfo
.text Fichier de texte ascii.
.tfm M�trique des fontes TeX
.tgz Archive tar compress�e avec \fBgzip\fP(1)
.tif \fI.tiff\fP du pauvre...
.tiff Ficher d'image TIFF
.tk script Tcl/Tk
.tmp Fichier temporaire
.tmpl Fichier Template
.txt Fichier Texte
.uu Fichier binaire encod� avec \fBuuencode\fP(1)
.uue identique � \fI.uue\fP
.vf Fonte virtuelle de TeX
.vpl Liste de propri�t�s virtuelles de TeX
.wav Fichier d'�chantillonnage sonore
.web WEB de Donald Knuth
.wm Source Langage Web Meta
.xbm Source bitmap X11
.xcf Graphique GIMP
.xml Fichier eXtended Markup Language
.xpm Source pixmap X11
.xs Fichier xsub Perl produit par h2xs
.xsl Feuille de style XSL
.y Fichier \fByacc\fP(1) ou \fBbison\fP(1)
.z Fichier compress� avec \fBpack\fP(1) (ou un vieux \fBgzip\fP(1))
.zoo Archive \fBzoo\fP(1)
~ Fichier backup EMACS ou \fBpatch\fP(1)
rc Fichier de d�marrage (run control), ex: \fI.newsrc\fP
.TE
.SH "CONFORMIT�"
Conventions g�n�rales UNIX
.SH BOGUES
Cette liste n'est pas exhaustive
.SH "VOIR AUSSI"
.BR file "(1), " make (1)
.SH TRADUCTION
Christophe Blaess, 1997.
|