批次處理Sort命令用於從原始檔獲取輸入,並按字母順序排列其內容,從A到Z或Z到A。它在控制台上輸出。
Sort
A
Z
語法
Sort [filename]
其中,filename是內容需要排序的檔案。
filename
範例
@echo off Sort C:\tp\lists.txt