bystartw_tw@tg says to Ubuntu 台灣社群
這串指令能幫助您快速尋找到檔案: $ sudo find / -not \( -path "/var/*" \) -not \( -path "/run/*" \) -not \( -path "/dev/*" \) -not \( -path "/sys/*" \) -not \( -path "/boot/*" \) -not \( -path "/proc/*" \) -type f -exec echo -ne "\rNow file: {} " \; -exec grep -H "zh_TW.UTF-8" {} \;