0x1CE8 | SORT [/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. |
0x1CE9 | Il record di input supera la lunghezza massima. Specificare un valore massimo maggiore. |
Input record exceeds maximum length. Specify larger maximum. |
0x1CEA | Impostazioni locali non valide. |
Invalid locale. |
0x1CEB | La posizione ordinamento deve essere maggiore di zero. |
Sort position must be greater than zero. |
0x1CEC | Opzione non valida. |
Invalid switch. |
0x1CED | Il record massimo non può superare 65535. |
Record maximum cannot exceed 65535. |
0x1CEE | File di input specificato due volte. |
Input file specified two times. |
0x1CEF | Errore di conversione carattere interno. |
Internal character conversion error. |
0x1CF0 | Memoria insufficiente per completare l'ordinamento. |
Not enough main memory to complete the sort. |
0x1CF1 | Attenzione: 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. |
0x1CF2 | Attenzione: 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. |
0x1CF3 | Attenzione: 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. |
0x1CF4 | Attenzione: 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. |