Converts between Simplified and Traditional Chinese characters
Simplified-traditional Chinese conversion tool
opencc
$ echo '你好世界' | opencc -c s2t.json
$ opencc -i input.txt -o output.txt -c s2t.json
$ echo '你好世界' | opencc -c t2s.json