AIOS User
2021-08-31 dd5a4aa12c5bd913be552b415a0268e9ef9ea9fd
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