最贊回答 / UFO2015
http://happycasts.net/ had been out!<...圖片...><...圖片...>http://haoduoshipin.com/? 這一個是新網站!
2015-08-22
cat file3.d | uniq 取出文件中不重復的內容
cat file3.d | uniq |grep txt 取出文件中不重復且包含 txt 的內容
cat file3.d | uniq |grep txt | sort 取出文件中不重復且包含 txt 并排序的內容
cat file3.d | uniq |grep txt 取出文件中不重復且包含 txt 的內容
cat file3.d | uniq |grep txt | sort 取出文件中不重復且包含 txt 并排序的內容
2015-08-16