Файловый менеджер - Редактировать - /home/lakoyani/lakoyani.com.fj/nano.1.html.tar
Назад
usr/share/nano/man-html/nano.1.html 0000644 00000033772 14711216051 0013121 0 ustar 00 <!-- Creator : groff version 1.22.2 --> <!-- CreationDate: Mon Sep 15 20:41:55 2014 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="Content-Style" content="text/css"> <style type="text/css"> p { margin-top: 0; margin-bottom: 0; vertical-align: top } pre { margin-top: 0; margin-bottom: 0; vertical-align: top } table { margin-top: 0; margin-bottom: 0; vertical-align: top } h1 { text-align: center } </style> <title>NANO</title> </head> <body> <h1 align="center">NANO</h1> <a href="#NAME">NAME</a><br> <a href="#SYNOPSIS">SYNOPSIS</a><br> <a href="#DESCRIPTION">DESCRIPTION</a><br> <a href="#OPTIONS">OPTIONS</a><br> <a href="#INITIALIZATION FILE">INITIALIZATION FILE</a><br> <a href="#NOTES">NOTES</a><br> <a href="#BUGS">BUGS</a><br> <a href="#HOMEPAGE">HOMEPAGE</a><br> <a href="#SEE ALSO">SEE ALSO</a><br> <a href="#AUTHOR">AUTHOR</a><br> <hr> <h2>NAME <a name="NAME"></a> </h2> <p style="margin-left:11%; margin-top: 1em">nano − Nano’s ANOther editor, an enhanced free Pico clone</p> <h2>SYNOPSIS <a name="SYNOPSIS"></a> </h2> <p style="margin-left:11%; margin-top: 1em"><b>nano</b> <i>[OPTIONS] [[+LINE,COLUMN] FILE]...</i></p> <h2>DESCRIPTION <a name="DESCRIPTION"></a> </h2> <p style="margin-left:11%; margin-top: 1em">This manual page briefly documents the <b>nano</b> command.</p> <p style="margin-left:11%; margin-top: 1em"><b>nano</b> is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico’s look and feel, <b>nano</b> also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line and column number".</p> <h2>OPTIONS <a name="OPTIONS"></a> </h2> <p style="margin-left:11%; margin-top: 1em"><b>+</b><i>LINE</i><b>,</b><i>COLUMN</i></p> <p style="margin-left:22%;">Places cursor at line number <i>LINE</i> and column number <i>COLUMN</i> (at least one of which must be specified) on startup, instead of the default of line 1, column 1.</p> <table width="100%" border="0" rules="none" frame="void" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="11%"></td> <td width="3%"> <p><b>−?</b></p></td> <td width="8%"></td> <td width="30%"> <p>Same as <b>-h (−−help)</b>.</p></td> <td width="48%"> </td></tr> </table> <p style="margin-left:11%;"><b>−A (−−smarthome)</b></p> <p style="margin-left:22%;">Make the Home key smarter. When Home is pressed anywhere but at the very beginning of non-whitespace characters on a line, the cursor will jump to that beginning (either forwards or backwards). If the cursor is already at that position, it will jump to the true beginning of the line.</p> <p style="margin-left:11%;"><b>−B (−−backup)</b></p> <p style="margin-left:22%;">When saving a file, back up the previous version of it to the current filename suffixed with a ~.</p> <p style="margin-left:11%;"><b>−C</b> <i>dir</i> <b>(−−backupdir=</b><i>dir</i><b>)</b></p> <p style="margin-left:22%;">Set the directory where <b>nano</b> puts unique backup files if file backups are enabled.</p> <p style="margin-left:11%;"><b>−D (−−boldtext)</b></p> <p style="margin-left:22%;">Use bold text instead of reverse video text.</p> <p style="margin-left:11%;"><b>−E (−−tabstospaces)</b></p> <p style="margin-left:22%;">Convert typed tabs to spaces.</p> <p style="margin-left:11%;"><b>−F (−−multibuffer)</b></p> <p style="margin-left:22%;">Enable multiple file buffers, if available.</p> <p style="margin-left:11%;"><b>−H (−−historylog)</b></p> <p style="margin-left:22%;">Log search and replace strings to <i>~/.nano_history</i>, so they can be retrieved in later sessions, if <i>nanorc</i> support is available.</p> <p style="margin-left:11%;"><b>−I (−−ignorercfiles)</b></p> <p style="margin-left:22%;">Don’t look at <i>SYSCONFDIR/nanorc</i> or <i>~/.nanorc</i>, if <i>nanorc</i> support is available.</p> <p style="margin-left:11%;"><b>−K (−−rebindkeypad)</b></p> <p style="margin-left:22%;">Interpret the numeric keypad keys so that they all work properly. You should only need to use this option if they don’t, as mouse support won’t work properly with this option enabled.</p> <p style="margin-left:11%;"><b>−L (−−nonewlines)</b></p> <p style="margin-left:22%;">Don’t add newlines to the ends of files.</p> <p style="margin-left:11%;"><b>−N (−−noconvert)</b></p> <p style="margin-left:22%;">Disable automatic conversion of files from DOS/Mac format.</p> <p style="margin-left:11%;"><b>−O (−−morespace)</b></p> <p style="margin-left:22%;">Use the blank line below the titlebar as extra editing space.</p> <p style="margin-left:11%;"><b>−P (−−poslog)</b></p> <p style="margin-left:22%;">Log & read location of cursor position.</p> <p style="margin-left:11%;"><b>−Q</b> <i>str</i> <b>(−−quotestr=</b><i>str</i><b>)</b></p> <p style="margin-left:22%;">Set the quoting string for justifying. The default is "<i>^([ \t]*[#:>\|}])+</i>" if extended regular expression support is available, or "<i>> </i>" otherwise. Note that <i>\t</i> stands for a Tab.</p> <p style="margin-left:11%;"><b>−R (−−restricted)</b></p> <p style="margin-left:22%;">Restricted mode: don’t read or write to any file not specified on the command line; read any <i>nanorc</i> files; allow suspending; allow a file to be appended to, prepended to, or saved under a different name if it already has one; or use backup files or spell checking. Also accessible by invoking <b>nano</b> with any name beginning with ’r’ (e.g. "rnano").</p> <p style="margin-left:11%;"><b>−S (−−smooth)</b></p> <p style="margin-left:22%;">Enable smooth scrolling. Text will scroll line-by-line, instead of the usual chunk-by-chunk behavior.</p> <p style="margin-left:11%;"><b>−T</b> <i>cols</i> <b>(−−tabsize=</b><i>cols</i><b>)</b></p> <p style="margin-left:22%;">Set the size (width) of a tab to <i>cols</i> columns. The value of <i>cols</i> must be greater than 0. The default value is 8.</p> <p style="margin-left:11%;"><b>−U (−−quickblank)</b></p> <p style="margin-left:22%;">Do quick statusbar blanking. Statusbar messages will disappear after 1 keystroke instead of 25. Note that <b>-c</b> overrides this.</p> <p style="margin-left:11%;"><b>−V (−−version)</b></p> <p style="margin-left:22%;">Show the current version number and exit.</p> <p style="margin-left:11%;"><b>−W (−−wordbounds)</b></p> <p style="margin-left:22%;">Detect word boundaries more accurately by treating punctuation characters as part of a word.</p> <p style="margin-left:11%;"><b>−Y</b> <i>str</i> <b>(−−syntax=</b><i>str</i><b>)</b></p> <p style="margin-left:22%;">Specify a specific syntax highlighting from the <i>nanorc</i> to use, if available.</p> <p style="margin-left:11%;"><b>−c (−−const)</b></p> <p style="margin-left:22%;">Constantly show the cursor position. Note that this overrides <b>-U</b>.</p> <p style="margin-left:11%;"><b>−d (−−rebinddelete)</b></p> <p style="margin-left:22%;">Interpret the Delete key differently so that both Backspace and Delete work properly. You should only need to use this option if Backspace acts like Delete on your system.</p> <p style="margin-left:11%;"><b>−h (−−help)</b></p> <p style="margin-left:22%;">Show a summary of command line options and exit.</p> <p style="margin-left:11%;"><b>−i (−−autoindent)</b></p> <p style="margin-left:22%;">Indent new lines to the previous line’s indentation. Useful when editing source code.</p> <p style="margin-left:11%;"><b>−k (−−cut)</b></p> <p style="margin-left:22%;">Enable cut from cursor to end of line.</p> <p style="margin-left:11%;"><b>−l (−−nofollow)</b></p> <p style="margin-left:22%;">If the file being edited is a symbolic link, replace the link with a new file instead of following it. Good for editing files in <i>/tmp</i>, perhaps?</p> <p style="margin-left:11%;"><b>−m (−−mouse)</b></p> <p style="margin-left:22%;">Enable mouse support, if available for your system. When enabled, mouse clicks can be used to place the cursor, set the mark (with a double click), and execute shortcuts. The mouse will work in the X Window System, and on the console when gpm is running.</p> <p style="margin-left:11%;"><b>−o</b> <i>dir</i> <b>(−−operatingdir=</b><i>dir</i><b>)</b></p> <p style="margin-left:22%;">Set operating directory. Makes <b>nano</b> set up something similar to a chroot.</p> <p style="margin-left:11%;"><b>−p (−−preserve)</b></p> <p style="margin-left:22%;">Preserve the XON and XOFF sequences (^Q and ^S) so they will be caught by the terminal.</p> <p style="margin-left:11%;"><b>−q (−−quiet)</b></p> <p style="margin-left:22%;">Do not report errors in the <i>nanorc</i> file and ask them to be acknowledged by pressing Enter at startup.</p> <p style="margin-left:11%;"><b>−r</b> <i>cols</i> <b>(−−fill=</b><i>cols</i><b>)</b></p> <p style="margin-left:22%;">Wrap lines at column <i>cols</i>. If this value is 0 or less, wrapping will occur at the width of the screen less <i>cols</i> columns, allowing the wrap point to vary along with the width of the screen if the screen is resized. The default value is −8.</p> <p style="margin-left:11%;"><b>−s</b> <i>prog</i> <b>(−−speller=</b><i>prog</i><b>)</b></p> <p style="margin-left:22%;">Enable alternative spell checker command.</p> <p style="margin-left:11%;"><b>−t (−−tempfile)</b></p> <p style="margin-left:22%;">Always save changed buffer without prompting. Same as Pico’s <b>-t</b> option.</p> <p style="margin-left:11%;"><b>−u (−−undo)</b></p> <p style="margin-left:22%;">Enable experimental generic-purpose undo code. By default, the undo and redo shortcuts are Meta-U and Meta-E, respectively.</p> <p style="margin-left:11%;"><b>−v (−−view)</b></p> <p style="margin-left:22%;">View file (read only) mode.</p> <p style="margin-left:11%;"><b>−w (−−nowrap)</b></p> <p style="margin-left:22%;">Disable wrapping of long lines.</p> <p style="margin-left:11%;"><b>−x (−−nohelp)</b></p> <p style="margin-left:22%;">Disable help screen at bottom of editor.</p> <p style="margin-left:11%;"><b>−z (−−suspend)</b></p> <p style="margin-left:22%;">Enable suspend ability.</p> <p style="margin-left:11%;"><b>−$ (−−softwrap)</b></p> <p style="margin-left:22%;">Enable ’soft wrapping’. <b>nano</b> will attempt to display the entire contents of a line, even if it is longer than the screen width. Since ’$’ normally refers to a variable in the Unix shell, you should specify this option last when using other options (e.g. ’nano −wS$’) or pass it separately (e.g. ’nano −wS −$’).</p> <p style="margin-left:11%;"><b>−a, −b, −e, −f, −g, −j</b></p> <p style="margin-left:22%;">Ignored, for compatibility with Pico.</p> <h2>INITIALIZATION FILE <a name="INITIALIZATION FILE"></a> </h2> <p style="margin-left:11%; margin-top: 1em"><b>nano</b> will read initialization files in the following order: <i>SYSCONFDIR/nanorc</i>, then <i>~/.nanorc</i>. Please see <b>nanorc(5)</b> and the example file <b>nanorc.sample</b>, both of which should be provided with <b>nano</b>.</p> <h2>NOTES <a name="NOTES"></a> </h2> <p style="margin-left:11%; margin-top: 1em">If no alternative spell checker command is specified on the command line or in one of the <i>nanorc</i> files, <b>nano</b> will check the <b>SPELL</b> environment variable for one.</p> <p style="margin-left:11%; margin-top: 1em">In some cases <b>nano</b> will try to dump the buffer into an emergency file. This will happen mainly if <b>nano</b> receives a SIGHUP or SIGTERM or runs out of memory. It will write the buffer into a file named <i>nano.save</i> if the buffer didn’t have a name already, or will add a ".save" suffix to the current filename. If an emergency file with that name already exists in the current directory, it will add ".save" plus a number (e.g. ".save.1") to the current filename in order to make it unique. In multibuffer mode, <b>nano</b> will write all the open buffers to their respective emergency files.</p> <h2>BUGS <a name="BUGS"></a> </h2> <p style="margin-left:11%; margin-top: 1em">Please send any comments or bug reports to <b>nano@nano-editor.org</b>.</p> <p style="margin-left:11%; margin-top: 1em">The <b>nano</b> mailing list is available from <b>nano-devel@gnu.org</b>.</p> <p style="margin-left:11%; margin-top: 1em">To subscribe, email to <b>nano-devel-request@gnu.org</b> with a subject of "subscribe".</p> <h2>HOMEPAGE <a name="HOMEPAGE"></a> </h2> <p style="margin-left:11%; margin-top: 1em">http://www.nano-editor.org/</p> <h2>SEE ALSO <a name="SEE ALSO"></a> </h2> <p style="margin-left:11%; margin-top: 1em"><b>nanorc</b>(5) <i><br> /usr/share/doc/nano/</i> (or equivalent on your system)</p> <h2>AUTHOR <a name="AUTHOR"></a> </h2> <p style="margin-left:11%; margin-top: 1em">Chris Allegretta <chrisa@asty.org>, et al (see <i>AUTHORS</i> and <i>THANKS</i> for details). This manual page was originally written by Jordi Mallach <jordi@gnu.org>, for the Debian system (but may be used by others).</p> <hr> </body> </html> usr/share/nano/man-html/fr/nano.1.html 0000644 00000102076 14711236016 0013525 0 ustar 00 <!-- Creator : groff version 1.18.1 --> <!-- CreationDate: Fri Nov 27 00:08:49 2009 --> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta name="Content-Style" content="text/css"> <title>NANO</title> </head> <body> <h1 align=center>NANO</h1> <a href="#NOM">NOM</a><br> <a href="#SYNOPSIS">SYNOPSIS</a><br> <a href="#DESCRIPTION">DESCRIPTION</a><br> <a href="#OPTIONS">OPTIONS</a><br> <a href="#FICHIERS D’INITIALISATION">FICHIERS D’INITIALISATION</a><br> <a href="#NOTES">NOTES</a><br> <a href="#BOGUES">BOGUES</a><br> <a href="#SITE INTERNET">SITE INTERNET</a><br> <a href="#VOIR AUSSI">VOIR AUSSI</a><br> <a href="#AUTEUR">AUTEUR</a><br> <a href="#TRADUCTION">TRADUCTION</a><br> <hr> <a name="NOM"></a> <h2>NOM</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>nano − NAno un NOuvel éditeur, un clone libre et amélioré de Pico</p> </td> </table> <a name="SYNOPSIS"></a> <h2>SYNOPSIS</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>nano</b> <i>[OPTIONS] [[+LIGNE,COLONNE] FICHIER]...</i></p> </td> </table> <a name="DESCRIPTION"></a> <h2>DESCRIPTION</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Cette page de manuel décrit brièvement la commande <b>nano</b>.</p> <!-- INDENTATION --> <p><b>nano</b> est un éditeur petit, sympathique et libre, qui vise à remplacer Pico, l’éditeur par défaut du logiciel non libre Pine. <b>nano</b> ne se contentant pas de copier l’interface et l’ergonomie de Pico, il offre également certaines fonctions manquantes (ou désactivées par défaut) dans Pico. Ces fonctionnalités sont, par exemple, les fonctions de recherche et de remplacement, et la possibilité de sauter directement à une ligne et à une colonne précise.</p> </td> </table> <a name="OPTIONS"></a> <h2>OPTIONS</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>+</b><i>LIGNE</i><b>,</b><i>COLONNE</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Démarre avec le curseur positionné à la colonne <i>COLONNE</i> de la ligne <i>LIGNE</i> (l’un des deux, au moins, devant être spécifié) au lieu de démarrer à la colonne 1, ligne 1.</p> </td> </table> <!-- TABS --> <table width="100%" border=0 rules="none" frame="void" cols="5" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="11%"></td> <td width="2%"> <p><b>−?</b></p> </td> <td width="13%"></td> <td width="35%"> <p>Identique à <b>-h (−−help)</b>.</p> </td> <td width="36%"> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−A (−−smarthome)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Rend plus malin le fonctionnement de la touche « Début ». Lorsque l’on appuie sur cette touche à n’importe quel endroit excepté au tout début du texte d’une ligne (i. e. au premier caractère non blanc), le curseur se positionnera au début du texte de la ligne (qu’il soit en avant ou en arrière). Si le curseur est déjà là, il se placera au vrai début de la ligne.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−B (−−backup)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Lors de l’écriture d’un fichier, crée une copie de sécurité de la version précédente, en ajoutant un tilde (~) au nom du fichier.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−D (−−boldtext)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Utilise des caractères gras à la place de la vidéo inverse.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−C</b> <i>répertoire</i> <b>(−−backupdir=</b><i>répertoire</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Définit le répertoire utilisé par <b>nano</b> pour enregistrer les copies de sécurité uniques si celles-ci sont activées.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−E (−−tabstospaces)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Convertit les tabulations clavier en espaces.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−F (−−multibuffer)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Active le mode multi-espace, autorisant l’édition simultanée de plusieurs fichiers, si ce mode est disponible.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−H (−−historylog)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Enregistre les chaînes ayant fait l’objet d’une recherche ou d’un remplacement dans le fichier <i>~/.nano_history</i> afin de permettre leur réutilisation. Ceci n’est possible que si <b>nano</b> est configuré pour utiliser les fichiers nanorc.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−I (−−ignorercfiles)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Ne pas utiliser pas les fichiers <i>SYSCONFDIR/nanorc</i> et <i>~/.nanorc</i> (si <b>nano</b> est capable de les utiliser).</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−K (−−rebindkeypad)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Interprète les touches du pavé numérique afin qu’elles fonctionnent toutes correctement. Vous ne devriez utiliser cette option que si ce n’est pas le cas, car nano ne sera plus capable d’utiliser la souris correctement lorsque cette option sera activée.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−L (−−nonewlines)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Ne pas ajouter de passage à la ligne à la fin des fichiers.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−N (−−noconvert)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Désactive la conversion automatique des fichiers depuis les formats Mac et DOS.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−O (−−morespace)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Utiliser la ligne blanche située sous la ligne de titre comme espace supplémentaire d’édition.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−Q</b> <i>chaîne</i> <b>(−−quotestr=</b><i>chaîne</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Définit le préfixe par défaut des citations. Nano utilise ce préfixe pour réaliser une justification correcte des citations. Si nano est capable d’utiliser des expressions rationnelles, le préfixe par défaut sera "<i>^([ \t]*[#:>\|}])+</i>", sinon, ce sera "<i>></i> ". Dans l’expression rationnelle précédente, « <i>\t</i> » représente une tabulation.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−R (−−restricted)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Mode restreint : aucune lecture ou écriture de fichiers non indiqués sur la ligne de commande, pas de lecture des fichiers nanorc, interdiction de suspendre, interdiction d’ajouter au début, à la fin, de sauvegarder un fichier ayant déjà un nom sous un nom différent, d’utiliser une copie de sécurité ou le correcteur orthographique. Cette option peut aussi être activée en appelant <b>nano</b> sous un nom commençant par « r » (par exemple « rnano »).</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−S (−−smooth)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Active le défilement progressif. Le texte défilera ligne-par-ligne au lieu de défiler morceau-par-morceau.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−T</b> <i>nombre</i> <b>(−−tabsize=</b><i>nombre</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Définit la taille (largeur) des tabulations en nombre de colonnes. Le nombre indiqué doit être strictement supérieur à 0. La valeur par défaut est de 8.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−U (−−quickblank)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Effacement rapide de la ligne d’état. Les messages affichés par la ligne d’état disparaîtront après une frappe clavier au lieu de 25. Notez que l’option <b>-c</b> prend le pas sur cette option.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−V (−−version)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Affiche la version, puis s’arrête.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−W (−−wordbounds)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Détection plus précise des limites de mots, obtenue en considérant les caractères de ponctuation comme faisant partie des mots.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−Y</b> <i>chaîne</i> <b>(−−syntax=</b><i>chaîne</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Indique quel mode de colorisation syntaxique adopter, parmi les modes définis dans le fichier <i>.nanorc</i>, si cette fonctionnalité est disponible.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−c (−−const)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Affiche en permanence la position du curseur. Notez que cette option prend le pas sur l’option <b>-U</b>.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−d (−−rebinddelete)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Interprète différemment la touche « Supprimer », afin que les touches « Effacement arrière » et « Supprimer » fonctionnent correctement. Vous ne devriez avoir besoin de cette option que si, sur votre système, la touche « Effacement arrière » produit l’effet de la touche « Supprimer ».</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−h (−−help)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Affiche un résumé des options de lancement de nano, puis s’arrête.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−i (−−autoindent)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Indentation automatique. Commence chaque nouvelle ligne au même niveau que la ligne précédente. Utile pour l’édition de code source.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−k (−−cut)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Coupe le texte du curseur à la fin de la ligne, au lieu de couper la ligne entière.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−l (−−nofollow)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Si le fichier édité est un lien symbolique, au lieu de le suivre, remplace le lien par le nouveau fichier. Sans doute utile pour éditer les fichiers de <i>/tmp</i>, non ?</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−m (−−mouse)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Active l’utilisation de la souris, si elle est disponible pour votre système. Lorsque celle-ci est activée, il est possible d’utiliser la souris pour positionner le curseur, pour marquer le texte (avec un double-clic) et pour lancer les fonctions correspondant aux raccourcis. Il est possible d’utiliser la souris sous X Window ou en mode console avec gpm.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−o</b> <i>répertoire</i> <b>(−−operatingdir=</b><i>répertoire</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Définit le répertoire de travail. Demande à <b>nano</b> de mettre en place quelque chose de similaire à un environnement d’exécution restreint (<i>chroot</i>).</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−p (−−preserve)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Préserve les séquences XON et XOFF (^Q et ^S), afin qu’elle soient reçues par le terminal.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−r</b> <i>colonne</i> <b>(−−fill=</b><i>colonne</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Passe automatiquement à la ligne une fois arrivé à la colonne <i>colonne</i>. Si la valeur indiquée est de 0 ou moins, le point de passage à la ligne aura lieu à la taille de l’écran moins <i>colonne</i>. Cela permet de faire varier le point de passage à la ligne lorsque l’on change la taille de l’écran. La valeur par défaut est de −8.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−s</b> <i>programme</i> <b>(−−speller=</b><i>programme</i><b>)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Choix d’un correcteur orthographique de remplacement.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−t (−−tempfile)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>S’il a été modifié, le fichier sera sauvegardé automatiquement sans demande de confirmation. Identique à l’option <b>-t</b> de Pico.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−v (−−view)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Mode visualisation (lecture seule).</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−w (−−nowrap)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Désactive le passage automatique à la ligne.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−x (−−nohelp)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Désactive la barre d’aide affichée en bas de l’écran.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−z (−−suspend)</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Autorise à suspendre l’éditeur.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>−a, −b, −e, −f, −g, −j</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Ignoré, pour être compatible avec Pico.</p> </td> </table> <a name="FICHIERS D’INITIALISATION"></a> <h2>FICHIERS D’INITIALISATION</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>nano</b> lit les fichiers d’initialisation dans l’ordre suivant : <i>SYSCONFDIR/nanorc</i>, puis <i>~/.nanorc</i>. Référez-vous à la page de manuel de <b>nanorc(5)</b> et au fichier d’exemple <i>nanorc.sample</i>, qui devraient tous les deux être livrés avec <b>nano</b>.</p> </td> </table> <a name="NOTES"></a> <h2>NOTES</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Si aucun correcteur orthographique de remplacement n’est indiqué dans la ligne de commande ou dans l’un des fichiers nanorc, <b>nano</b> prendra la commande indiquée par la variable d’environnement <b>SPELL</b> si elle est définie.</p> <!-- INDENTATION --> <p>Dans certains cas, <b>nano</b> essaiera de sauvegarder le fichier en cours d’édition dans un fichier de secours. Cela arrivera principalement si <b>nano</b> reçoit un signal SIGHUP ou SIGTERM, ou bien se trouve à court de mémoire. Le nom de ce fichier de secours sera <i>nano.save</i> si le fichier en cours n’avait pas encore de nom, ou sera composé du nom du fichier en cours suivi du suffixe « .save ». Si un fichier de ce nom existe déjà dans le répertoire, un « .save » et un nombre seront ajoutés à la fin du nom du fichier en cours afin de le rendre unique (par exemple, « .save.1 »). En mode multi-espace, <b>nano</b> réalisera une sauvegarde de tous les fichiers en cours dans leurs fichiers de secours respectifs.</p> </td> </table> <a name="BOGUES"></a> <h2>BOGUES</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Merci de nous faire parvenir vos commentaires et de nous signaler les bogues, en écrivant, en anglais, à <b>nano@nano-editor.org</b>.</p> <!-- INDENTATION --> <p>La liste de discussion anglophone <b>nano</b> est disponible à l’adresse <b>nano-devel@gnu.org</b>.</p> <!-- INDENTATION --> <p>Pour vous abonner, envoyez un courrier électronique à <b>nano-devel-request@gnu.org</b>, ayant pour objet « subscribe ».</p> <!-- INDENTATION --> <p>N’hésitez pas également à envoyez vos commentaires, suggestions et corrections relatives à l’adaptation française de cette page de manuel ou du logiciel à <b>jean-philippe.guerard@tigreraye.org</b>.</p> </td> </table> <a name="SITE INTERNET"></a> <h2>SITE INTERNET</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>http://www.nano-editor.org/</p> </td> </table> <a name="VOIR AUSSI"></a> <h2>VOIR AUSSI</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>nanorc</b>(5)</p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><i>/usr/share/doc/nano/</i> (ou son équivalent sur votre système)</p> </td> </table> <a name="AUTEUR"></a> <h2>AUTEUR</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Chris Allegretta <chrisa@asty.org> et d’autres (voir les fichiers <i>AUTHORS</i> et <i>THANKS</i> pour plus d’information). Cette page de manuel a été initialement rédigée par Jordi Mallach <jordi@gnu.org> pour le système Debian (mais elle peut être utilisée par d’autres).</p> </td> </table> <a name="TRADUCTION"></a> <h2>TRADUCTION</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Cette adaptation française a été réalisée par Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org> le 29 novembre 2007 à partir de la version 1.54 du 11 octobre 2007 de la page de manuel de nano 2.0.0. Cette page a été relue par Gérard Delafond.</p> <!-- INDENTATION --> <p>Un maximum de soin a été apporté lors de l’élaboration de cette traduction ; néanmoins, quelques imperfections peuvent subsister. Si vous en rencontrez, que ce soit dans la version française ou dans la version originale, n’hésitez pas à les signaler à l’auteur ou au traducteur.</p> <!-- INDENTATION --> <p>La version originale la plus à jour de ce document est toujours consultable via la commande :</p> <!-- INDENTATION --> <p>LANGUAGE=en man nano</p> </td> </table> <hr> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка