mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
*** empty log message ***
This commit is contained in:
parent
77dd6b6d67
commit
6e1a272381
@ -664,100 +664,100 @@ modalit
|
|||||||
Se si sceglie il formato definibile dall'utente, è necessario specificare
|
Se si sceglie il formato definibile dall'utente, è necessario specificare
|
||||||
il formato della vista.
|
il formato della vista.
|
||||||
.PP
|
.PP
|
||||||
The user display format must start with a panel size specifier. This
|
Il formato definibile dall'utente deve cominciare con una specifica
|
||||||
may be "half" or "full", and they specify a half screen panel and a
|
dell'ampiezza del pannello. Questa può essere "half" o "full", che descrive
|
||||||
full screen panel respectively.
|
un pannello di mezza grandezza o completa rispettivamente.
|
||||||
.PP
|
.PP
|
||||||
After the panel size, you may specify the two columns mode on the
|
Dopo l'ampiezza del pannello, è possibile specificare la modalità a
|
||||||
panel, this is done by adding the number "2" to the user format
|
due colonne aggiungendo il numero "2" alla stringa di formato.
|
||||||
string.
|
|
||||||
.PP
|
.PP
|
||||||
After this you add the name of the fields with an optional size
|
Dopodichè si aggiunge il nome dei campi con una specifica di ampiezza
|
||||||
specifier. This are the available fields you may display:
|
opzionale. Questi sono i campi disponibile per la visualizzazione:
|
||||||
.PP
|
.PP
|
||||||
.B name,
|
.B name,
|
||||||
displays the file name.
|
mostra il nome del file.
|
||||||
.PP
|
.PP
|
||||||
.B size,
|
.B size,
|
||||||
displays the file size.
|
mostra l'ampiezza del file.
|
||||||
.PP
|
.PP
|
||||||
.B bsize,
|
.B bsize,
|
||||||
is an alternative form of the
|
è una forma alternativa del formato
|
||||||
.B size
|
.B size
|
||||||
format. It displays the size of the files and for directories it just
|
. Mostra l'ampiezza del file e per le directory mostra solo
|
||||||
shows SUB-DIR or UP--DIR.
|
SUB-DIR o UP--DIR.
|
||||||
.PP
|
.PP
|
||||||
.B type,
|
.B type,
|
||||||
displays a one character field type. This character is similar to
|
mostra un campo di un carattere. Questo carattere è simile a quello
|
||||||
what is displayed by ls with the -F flag -
|
mostrato dal comando ls con la flag -F -
|
||||||
.B *
|
.B *
|
||||||
for executable files,
|
per i file eseguibili,
|
||||||
.B /
|
.B /
|
||||||
for directories,
|
per le directory,
|
||||||
.B @
|
.B @
|
||||||
for links,
|
per i collegamenti,
|
||||||
.B =
|
.B =
|
||||||
for sockets,
|
per i socket,
|
||||||
.B -
|
.B -
|
||||||
for character devices,
|
per i dispositivi a carattere,
|
||||||
.B +
|
.B +
|
||||||
for block devices,
|
per i dispositivi a blocchi,
|
||||||
.B |
|
.B |
|
||||||
for pipes,
|
per le pipe,
|
||||||
.B ~
|
.B ~
|
||||||
for symbolic links to directories and
|
per i collegamenti simbolici a directory e
|
||||||
.B !
|
.B !
|
||||||
for stalled symlinks (links that point nowhere).
|
per i collegamenti simbolici stallati (che non puntano a niente).
|
||||||
.PP
|
.PP
|
||||||
.B mtime,
|
.B mtime,
|
||||||
file's last modification time.
|
la data dell'ultima modifica al file.
|
||||||
.PP
|
.PP
|
||||||
.B atime,
|
.B atime,
|
||||||
file's last access time.
|
la data dell'ultimo accesso al file.
|
||||||
.PP
|
.PP
|
||||||
.B ctime,
|
.B ctime,
|
||||||
file's creation time.
|
la data della creazione del file.
|
||||||
.PP
|
.PP
|
||||||
.B perm,
|
.B perm,
|
||||||
a string representing the current permission bits of the file.
|
una stringa che rappresenta i bit dei permessi del file.
|
||||||
.PP
|
.PP
|
||||||
.B mode,
|
.B mode,
|
||||||
an octal value with the current permission bits of the file.
|
un valore ottale con i permessi correnti del file.
|
||||||
.PP
|
.PP
|
||||||
.B nlink,
|
.B nlink,
|
||||||
the number of links to the file.
|
il numero dei collegamenti al file.
|
||||||
.PP
|
.PP
|
||||||
.B ngid,
|
.B ngid,
|
||||||
the GID (numeric).
|
il GID (numerico).
|
||||||
.PP
|
.PP
|
||||||
.B nuid,
|
.B nuid,
|
||||||
the UID (numeric).
|
l'UID (numerico).
|
||||||
.PP
|
.PP
|
||||||
.B owner,
|
.B owner,
|
||||||
the owner of the file.
|
il proprietario del file.
|
||||||
.PP
|
.PP
|
||||||
.B group,
|
.B group,
|
||||||
the group of the file.
|
il gruppo del file.
|
||||||
.PP
|
.PP
|
||||||
.B inode,
|
.B inode,
|
||||||
the inode of the file.
|
l'inode del file.
|
||||||
.PP
|
.PP
|
||||||
Also you may use these field names for arranging the display:
|
Puoi usare ache questi campi per sistemare la visualizzazione:
|
||||||
.PP
|
.PP
|
||||||
.B space,
|
.B space,
|
||||||
a space in the display format.
|
uno spazio nel formato visualizzazione.
|
||||||
.PP
|
.PP
|
||||||
.B mark,
|
.B mark,
|
||||||
An asterisk if the file is tagged, a space if it's not.
|
Un asterico se il file è marcato, uno spazio se non lo è.
|
||||||
.PP
|
.PP
|
||||||
.B |,
|
.B |,
|
||||||
This character is used to add a vertical line to the display format.
|
Questo carattere viene utilizzato per aggiungere una linea verticale
|
||||||
|
al formato di visualizzazione.
|
||||||
.PP
|
.PP
|
||||||
To force one field to a fixed size (a size specifier), you just add
|
Per forzare un campo ad un'ampiezza fissa (una specifica di ampiezza)
|
||||||
a ':' and then the number of characters you want the field to have, if
|
basta semplicemente aggiungere un ':' ed il numero dei caratteri che
|
||||||
the number is followed by the symbol '+', then the size specifies the
|
si vuole che il campo abbia; e se il numero è seguito dal simbolo '+',
|
||||||
minimum field size, if the program finds out that there is more space
|
allora la specifica definisce l'ampiezza minima e se il programma
|
||||||
on the screen, it will then expand this field.
|
trova che serve più spazio sullo schermo, espanderà il campo.
|
||||||
.PP
|
.PP
|
||||||
For example, the
|
For example, the
|
||||||
.B Full
|
.B Full
|
||||||
|
Loading…
Reference in New Issue
Block a user