sort.exe Utilità ordinamento ecd5d34397349b3e5c4c4ebb9474f50d

File info

File name: sort.exe.mui
Size: 13312 byte
MD5: ecd5d34397349b3e5c4c4ebb9474f50d
SHA1: a7d280df6a95103274e454f71664f73de1f4cce9
SHA256: dcf8bcbaab9127bdc5b9671ba8a9c13b8f5f9ab0a666afdcb0735e236d2ed991
Operating systems: Windows 10
Extension: MUI
In x64: sort.exe Utilità ordinamento (32 bit)

Translations messages and strings

If an error occurred or the following message in Italian language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Italian English
0x1CE8SORT [/R] [/+n] [/M kilobytes] [/L locale] [/REC recordbytes] [[unità1:][percorso1]nomefile1] [/T [unità2:][percorso2]] [/O [unità3:][percorso3]nomefile3] /+n Specifica il numero di carattere, n, per iniziare ciascun confronto. /+3 indica che ciascun confronto deve iniziare al terzo carattere di ciascuna riga. Le righe con meno di n caratteri collate prima delle altre righe. Per impostazione predefinita, il confronto inizia con il primo carattere di ciascuna riga. /L[OCALE] locale Sovrascrive l'impostazione internazionale predefinita del sistema con l'impostazione specificata. L'impostazione locale \"\"C\"\" è la sequenza di ordinamento più veloce ed è attualmente l'unica alternativa. L'ordinamento tiene sempre in considerazione la differenza tra maiuscole e minuscole. /M[EMORY] kilobytes Specifica la quantità di memoria da utilizzare per l'ordinamento, in kilobyte. La dimensione della memoria è sempre vincolata da un minino di 160 KB. Se la dimensione della memoria è specificata per l'ordinamento verrà utilizzata l'esatta quantità specificata, a prescindere dalla quantità di memoria disponibile. Le migliori prestazioni vengono in genere ottenute non specificando una dimensione per la memoria. Per impostazione predefinita, l'ordinamento verrà eseguito in una singola operazione (senza file temporaneo) se ciò è adeguato alla dimensione massima della memoria predefinita; in caso contrario, verrà eseguito in due operazioni (con i dati parzialmente ordinati memorizzati in un file temporaneo) in modo che le quantità di memoria utilizzate per l'ordinamento e la fusione siano uguali. La quantità massima di memoria predefinita è il 90% della memoria disponibile se sia l'input che l'output sono file e del 45% della memoria negli altri casi. SORT [/R] [/+n] [/M kilobytes] [/L locale] [/REC recordbytes] [[drive1:][path1]filename1] [/T [drive2:][path2]] [/O [drive3:][path3]filename3] /+n Specifies the character number, n, to begin each comparison. /+3 indicates that each comparison should begin at the 3rd character in each line. Lines with fewer than n characters collate before other lines. By default comparisons start at the first character in each line. /L[OCALE] locale Overrides the system default locale with the specified one. The \"\"C\"\" locale yields the fastest collating sequence and is currently the only alternative. The sort is always case insensitive. /M[EMORY] kilobytes Specifies amount of main memory to use for the sort, in kilobytes. The memory size is always constrained to be a minimum of 160 kilobytes. If the memory size is specified the exact amount will be used for the sort, regardless of how much main memory is available. The best performance is usually achieved by not specifying a memory size. By default the sort will be done with one pass (no temporary file) if it fits in the default maximum memory size, otherwise the sort will be done in two passes (with the partially sorted data being stored in a temporary file) such that the amounts of memory used for both the sort and merge passes are equal. The default maximum memory size is 90% of available main memory if both the input and output are files, and 45% of main memory otherwise.
0x1CE9Il record di input supera la lunghezza massima. Specificare un valore massimo maggiore. Input record exceeds maximum length. Specify larger maximum.
0x1CEAImpostazioni locali non valide. Invalid locale.
0x1CEBLa posizione ordinamento deve essere maggiore di zero. Sort position must be greater than zero.
0x1CECOpzione non valida. Invalid switch.
0x1CEDIl record massimo non può superare 65535. Record maximum cannot exceed 65535.
0x1CEEFile di input specificato due volte. Input file specified two times.
0x1CEFErrore di conversione carattere interno. Internal character conversion error.
0x1CF0Memoria insufficiente per completare l'ordinamento. Not enough main memory to complete the sort.
0x1CF1Attenzione: l'utilizzo di input reindirizzato per ordinamenti imponenti è più lento rispetto a specificare direttamente il nome del file di input da ordinare. Warning: use of redirected input for large sorts is usually slower than specifying the input file name directly to sort.
0x1CF2Attenzione: l'utilizzo di output reindirizzato per ordinamenti imponenti è più lento rispetto a specificare direttamente il nome del file di output da ordinare. Warning: use of redirected output for large sorts is usually slower than specifying the output file name directly to sort.
0x1CF3Attenzione: la quantità di memoria specificata è troppo bassa e sarà aumentata al minimo. Warning: the specified memory size is too low and will be adjusted to the minimum.
0x1CF4Attenzione: la quantità di memoria specificata sarà ridotta sulla base della memoria di paging disponibile. Warning: the specifed memory size is being reduced to the available paging memory.
0x1CF5
0x1CF7/REC[ORD_MAXIMUM] caratteri Specifica il numero massimo di caratteri in un record (predefiniti 4096, massimo 65535). /R[EVERSE] Inverte l'ordinamento, ordina da Z a A, quindi da 9 a 0. [unità1:][perc.1]nomefile1 Specifica il file da ordinare. Se non è specificato, viene ordinato l'input standard. Specificare il file di input è più veloce rispetto a reindirizzare lo stesso file come input standard. /T[EMPORARY] [unità2:][perc.2] Specifica il percorso della directory che contiene i risultati dell'ordinamento qualora i dati non possano risiedere in memoria principale. L'impostazione predefinita è di utilizzare la directory di sistema temporanea. /O[UTPUT] [unità3:][perc.3]nomefile3 Specifica il file dove conservare l'input ordinato. Se non è specificato, i dati sono scritti nell'output standard. Specificare il file di output è più rapido rispetto a reindirizzare l'output standard nello stesso file. /REC[ORD_MAXIMUM] characters Specifies the maximum number of characters in a record (default 4096, maximum 65535). /R[EVERSE] Reverses the sort order; that is, sorts Z to A, then 9 to 0. [drive1:][path1]filename1 Specifies the file to be sorted. If not specified, the standard input is sorted. Specifying the input file is faster than redirecting the same file as standard input. /T[EMPORARY] [drive2:][path2] Specifies the path of the directory to hold the sort's working storage, in case the data does not fit in main memory. The default is to use the system temporary directory. /O[UTPUT] [drive3:][path3]filename3 Specifies the file where the sorted input is to be stored. If not specified, the data is written to the standard output. Specifying the output file is faster than redirecting standard output to the same file.

EXIF

File Name:sort.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-sort.resources_31bf3856ad364e35_10.0.15063.0_it-it_8368745fca6fbd92\
File Size:13 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:12800
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Italian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Utilità ordinamento
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:Sort
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original File Name:Sort.EXE.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-sort.resources_31bf3856ad364e35_10.0.15063.0_it-it_8dbd1eb1fed07f8d\

What is sort.exe.mui?

sort.exe.mui is Multilingual User Interface resource file that contain Italian language for file sort.exe (Utilità ordinamento).

File version info

File Description:Utilità ordinamento
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:Sort
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original Filename:Sort.EXE.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x410, 1200