1
1

advancing in the translation...

Этот коммит содержится в:
Marco Ciampa 2002-09-11 11:25:27 +00:00
родитель b7cae0c6e2
Коммит 9bc585d912

Просмотреть файл

@ -1157,94 +1157,96 @@ Crea una nuova directory sotto questa directory.
Cancella questa directory dal file system. Cancella questa directory dal file system.
.PP .PP
.B C-s, M-s. .B C-s, M-s.
Search the next directory matching the search string. If there is Cerca la prossima directory che corrisponde alla stringa di ricerca.
no such directory these keys will move one line down. Se tale directory non esiste, questi tasti faranno scendere di una riga
(il cursore).
.PP .PP
.B C-h, Backspace. .B C-h, Backspace.
Delete the last character of the search string. Cancella l'ultimo carattere nella stringa di ricerca.
.PP .PP
.B Any other character. .B Qualsiasi altro carattere.
Add the character to the search string and move to the next directory Aggiunge un carattere alla stringa di ricerca e sposta alla nuova directory
which starts with these characters. In the tree view you must first che comincia con questi caratteri (il cursore). Nella vista ad albero
activate the search mode by pressing C-s. The search string is shown si deve prima attivare la ricerca premendo C-s. La stringa di ricerca ш
in the mini status line. visibile nella riga di mini stato.
.PP .PP
The following actions are available only in the directory tree. They Le azioni seguenti sono disponibili solo nell'albero directory.
aren't supported in the tree view. Non sono supportate nella vista ad albero.
.PP .PP
.B F1 (Help). .B F1 (Aiuto).
Invoke the help viewer and show this section. Invoca il visualizzatore dell'aiuto e mostra questa sezione.
.PP .PP
.B Esc, F10. .B Esc, F10.
Exit the directory tree. Do not change the directory. Esce dalla rappresentazione ad albero. Non cambia directory.
.PP .PP
The mouse is supported. A double-click behaves like Enter. See Il mouse ш supportato. Un doppio click si comporta come premere Invio.
also the section on Vedere anche la sezione
.\"LINK2" .\"LINK2"
mouse support. supporto mouse
.\"Mouse Support" .\"Mouse Support"
.
.PP .PP
.SH " Find File" .\"NODE " Find File"
The Find File feature first asks for the start directory for the .SH " Trova File"
search and the filename to be searched for. By pressing the Tree Il comando Trova file domanda prima la directory di inizio per la
button you can select the start directory from the ricerca ed il nome del file da cercare. Premendo il tasto albero
puoi selezionare la directory di partenza dall'
.\"LINK2" .\"LINK2"
directory tree albero directory
.\"Directory Tree" .\"Directory Tree"
figure. .
.PP .PP
The contents field accepts regular expressions similar to egrep(1). That Il campo contenuo accetta espressioni regolari simili a egrep(1). That
means you have to escape characters with a special meaning to egrep with "\\", means you have to escape characters with a special meaning to egrep with "\\",
e.g. if you search for "strcmp (" you will have to input "strcmp \\(" e.g. if you search for "strcmp (" you will have to input "strcmp \\("
(without the double quotes). (without the double quotes).
.PP .PP
You can start the search by pressing the Ok button. Per far partire la ricerca premere il tasto Ok.
During the search you can stop from the Stop button and continue from E' possibile bloccare la ricerca con il tasto Sospende e farla riprendere
the Start button. con il tasto Continua.
.PP .PP
You can browse the filelist with the up and down arrow keys. The Chdir E' possibile navigare l'elenco file con i tasti freccia Su e Giu.
button will change to the directory of the currently selected Il tasto Chdir cambierр la directory corrente a quella del file selezionato.
file. The Again button will ask for the parameters for a new Il tasto Ripete chiederр nuovamente i parametri per una nuova ricerca.
search. The Quit button quits the search operation. The Panelize Il tasto Uscita esce dal comando Trova. Il tasto Pannellizza
button will place the found files to the current directory panel so metterр i file trovati sul pannello di directory corrente cosicchш si
that you can do additional operations on them (view, copy, move, possa svolgere ulteriori operazioni su di essi (visualizzazione, copia,
delete and so on). After panelizing you can press C-r to return to the spostamento, e cosь via). Dopo la pannellizzazione ш possibile premere C-r
normal file listing. per ripristinare la vista normale dei file.
.PP .PP
It is possible to have a list of directories that the Find File E' possibile avere una lista di directory che il comando Trova File dovrebbe
command should skip during the search (for example, you may want to saltare durante la ricerca (per esempio, si puЄ evitare di fare ricerche su
avoid searches on a CDROM or on a NFS directory that is mounted across un CDROM o su una directory NFS montata attraverso un collegamento lento).
a slow link).
.PP .PP
Directories to be skipped should be set on the variable Le directory che devono essere saltate devono essere impostate nella variabile
.B find_ignore_dirs .B find_ignore_dirs
in the nella sezione
.B Misc .B Misc
section of your ~/.mc/ini file. del file ~/.mc/ini.
.PP .PP
Directory components should be separated with a colon, here is an Le directory devono essere separate da una virgola, come nell'esempio:
example:
.PP .PP
.nf .nf
[Misc] [Misc]
find_ignore_dirs=/cdrom:/nfs/wuarchive:/afs find_ignore_dirs=/cdrom:/nfs/wuarchive:/afs
.fi .fi
.PP .PP
You may consider using the Si puЄ prendere in considerazione l'uso del comando
.\"LINK2" .\"LINK2"
External panelize Pannellizza comando
.\"External panelize" .\"External panelize"
command for some operations. Find file command is for simple queries per operazioni particolari. Il comando Trova file serve solo per
only, while using External panelize you can do as mysterious searches ricerche semplici mentre usando Pannellizza comando si puЄ fare
as you would like. ricerche complesse come si vuole.
.PP .PP
.SH " External panelize" .\"NODE " External panelize"
The External panelize allows you to execute an external program, and .SH " Pannellizza comando"
make the output of that program the contents of the current panel. Il Pannellizza comando permette di eseguire un programma esterno, e
mettere il risultato del programma nel pannello corrente.
.PP .PP
For example, if you want to manipulate in one of the panels all the Per esempio, se si vuole manipolare in uno dei pannelli tutti i collegamenti
symbolic links in the current directory, you can use external simbolici nella directory corrente, basta usare Pannellizza comando per
panelization to run the following command: eseguire il seguente:
.PP .PP
.nf .nf
find . -type l -print find . -type l -print