wangzhengquan
2021-03-01 98d6460918ee7918fa591e12ed0698b14e539c9d
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