wangzhengquan
2020-11-27 973ea7eaee914ba2e296d97bdb0457b6732891e1
1
2
3
4
5
6
ipcrm -a
rm *.txt
./test_lostdata
sort -n c.txt  > c1.txt
sort -n p.txt  > p1.txt
diff -u p1.txt c1.txt