一個純文字檔裡面, 每行一個字串, 要將重複的字串移除, 要怎麼做比較快? 原始檔案: data.txt aa bb cc aa cd 於Shell 可以使用: cat data.txt | sort ...
確定! 回上一頁