2 lines
97 B
Bash
2 lines
97 B
Bash
|
g++ xmlattrsort.cpp -o xmlattrsort && cat klimov6.xml | iconv -f cp1251 -t utf-8 | ./xmlattrsort
|