A simple tool for converting Traditional Chinese(TW) to Simple Chinese.
``` EXAMPLES: tw2s # Convert each of input lines from Traditional Chinese to Simple Chinese tw2s cht.txt chs.txt # Convert cht.txt (in Traditional Chinese) to chs.txt (in Simple Chinese) tw2s a.cht.txt # Convert a.cht.txt (in Traditional Chinese) to a.chs.txt (in Simple Chinese)
USAGE: tw2s [OPTIONS] [ARGS]
ARGS:
OPTIONS: -f, --force Force to output if the output file exists. -h, --help Print help information -V, --version Print version information ```