The entire script is generated with gpt-4-turbo on 2024-April-28; This script won't work without https://github.com/BYVoid/OpenCC
Usage:
./convert2zhtw.sh .
or append suffix,
./convert2zhtw.sh . "_content_in_simplified_characters"
Please be aware when append suffix, the filename duplication checking will no longer works. E.g.,
ABC
-> ABC_new
-> ABC_new_new
.
此sciprt是透過GPT-4 Turbo產出。必須搭配OpenCC指令來使用。 將簡體檔案、目錄名稱轉換成繁體(不包含內容)。
使用方式:
./convert2zhtw.sh .
可以替檔名加上後綴:
./convert2zhtw.sh . "_內容是簡體"
注意加上suffix會無法比較重複的檔名,如果跑兩次以上會變成:
這是繁體
-> 這是繁體_內容是簡體
-> 這是繁體_內容是簡體_內容是簡體