Wednesday, November 10, 2021

Process .xlsx and ordering Chinese words

 convert .xlsx to csv

%ssconvert


ordering Chinese words


% LC_ALL=C sort -u


ie:


%ssconvert example.xlsx example.csv

%cat *.csv | LC_ALL=C sort -u > results.txt