0x1CE8 | SORT [/R] [/+n] [/M 킬로바이트] [/L 로캘] [/REC 레코드바이트] [[드라이브1:][경로1]파일이름1] [/T [드라이브2:][경로2]] [/O [드라이브3:][경로3]파일이름3] /+n 비교를 시작할 문자 개수(n)을 지정합니다. /+3은 각 행의 3번째 문자부터 비교합니다 n보다 적은 문자를 갖는 행의 경우, 다음 행에 영향을 미치지는 않습니다. 기본값으로 첫 번째 문자부터 비교를 시작합니다. /L[OCALE] 로캘 시스템 로캘을 지정한 설정값으로 \"\"C\"\" 로캘은 보다 빠른 실행을 지원하며 사용 가능한 유일한 로캘입니다. 정렬하는 동안 대/소문자를 구분하지 않습니다. /M[EMORY] 킬로바이트 정렬에 사용할 메모리를 KB단위로 지정합니다. 메모리 크기는 최소 160KB로 유지됩니다. 메모리 크기를 정렬에 사용할 만큼으로 지정하면, 주 메모리와는 크게 관련이 없습니다. 최상의 성능을 얻으려면 메모리 크기를 별도로 설정하지 않는 것이 좋습니다. 최대 메모리 크기를 벗어나지 않는 경우, 기본값으로 정렬 작업은 임시 파일 없이 실행됩니다. 그렇지 않으면 작업을 하는 동안 임시 파일을 만들며 정렬한 데이터를 저장합니다. 입력과 출력의 경우 최대 메모리 크기는 주 메모리의 90%이며, 다른 경우에는 주 메모리의 45%입니다. |
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 | 해당 내용이 최대 길이를 초과했습니다. 보다 큰 최대 길이를 지정하십시오. |
Input record exceeds maximum length. Specify larger maximum. |
0x1CEA | 잘못된 로캘입니다. |
Invalid locale. |
0x1CEB | 정렬 위치는 0보다 커야 합니다. |
Sort position must be greater than zero. |
0x1CEC | 잘못된 스위치입니다. |
Invalid switch. |
0x1CED | 최대 레코드는 65535를 초과할 수 없습니다. |
Record maximum cannot exceed 65535. |
0x1CEE | 입력 파일이 두 번 정의되었습니다. |
Input file specified two times. |
0x1CEF | 내부 문자 변환 오류입니다. |
Internal character conversion error. |
0x1CF0 | 메모리가 부족하여 작업을 마칠 수 없습니다. |
Not enough main memory to complete the sort. |
0x1CF1 | 경고: 많은 양의 데이터를 정렬하는 경우 리디렉션된 입력을 사용하면 정렬하려는 입력 파일 이름을 직접 지정하는 경우보다 느립니다. |
Warning: use of redirected input for large sorts is usually slower than specifying the input file name directly to sort. |
0x1CF3 | 경고: 지정한 메모리 크기가 너무 작으므로 최소 크기로 조정합니다. |
Warning: the specified memory size is too low and will be adjusted to the minimum. |
0x1CF4 | 경고: 지정된 메모리 크기를 사용 가능한 페이징 메모리로 줄입니다. |
Warning: the specifed memory size is being reduced to the available paging memory. |
0x1CF5 | |
|
0x1CF7 | /REC[ORD_MAXIMUM] 문자개수 레코드 내의 최대 문자의 개수를 지정합니다. (기본값: 4096, 최대값: 65535). /R[EVERSE] 정렬 순서를 변경합니다. (Z에서 A로, 9에서 0으로) [드라이브1:][경로1]파일이름1 정렬할 파일을 지정합니다. 지정하지 않으면 표준 입력이 정렬됩니다. 입력 파일을 지정하면 같은 파일을 리디렉션하는 것보다 빠릅니다. /T[EMPORARY] [드라이브2:][경로2] 정렬 작업에 필요한 데이터가 주 메모리를 초과하는 경우 해당 내용을 저장할 디렉터리 경로를 지정합니다. 기본 경로는 시스템 임시 디렉터리입니다. /O[UTPUT] [드라이브3:][경로3]파일이름3 정렬된 입력 파일이 있는 저장할 파일을 지정합니다. 지정하지 않으면 데이터는 표준 출력 파일에 기록됩니다. 출력 파일을 지정하면 같은 파일을 리디렉션하는 것보다 빠릅니다. |
/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. |