1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
| 7> c(file_change). {ok,file_change} 8> file_change:process("./txt1.txt","txt3.txt"). ==== open successed ====! the line Value [60,99,112,103,103,62,60,110,97,109,101,62,228,186,167,229, 147,129,232,167,132,230,160,188,60,47,110,97,109,101,62,60, 118,97,108,117,101,62,49,50,51,229,133,139,60,47,118,97,108, 117,101,62,60,47,99,112,103,103,62,10] the line Value [60,103,109,115,108,62,60,110,97,109,101,62,232,180,173,228, 185,176,230,149,176,233,135,143,60,47,110,97,109,101,62,60, 118,97,108,117,101,62,50,51,52,228,184,170,60,47,118,97,108, 117,101,62,60,47,103,109,115,108,62,10] the line Value [60,103,109,102,101,62,60,110,97,109,101,62,232,180,173,228, 185,176,228,187,189,233,162,157,60,47,110,97,109,101,62,60, 118,97,108,117,101,62,51,52,53,229,133,139,60,47,118,97,108, 117,101,62,60,47,103,109,102,101,62] acrss the file end! file_value------[116,104,105,115,46,99,112,103,103,95,110,97,109,101,32,61,32, 98,111,100,121,91,39,99,112,103,103,39,93,91,39,110,97,109, 101,39,93,32,111,114,32,39,39,59,45,45,228,186,167,229,147, 129,232,167,132,230,160,188,10,116,104,105,115,46,99,112,103, 103,95,118,97,108,117,101,32,61,32,98,111,100,121,91,39,99, 112,103,103,39,93,91,39,118,97,108,117,101,39,93,32,111,114, 32,39,39,59,45,45,228,186,167,229,147,129,232,167,132,230, 160,188,10,116,104,105,115,46,103,109,115,108,95,110,97,109, 101,32,61,32,98,111,100,121,91,39,103,109,115,108,39,93,91, 39,110,97,109,101,39,93,32,111,114,32,39,39,59,45,45,232,180, 173,228,185,176,230,149,176,233,135,143,10,116,104,105,115, 46,103,109,115,108,95,118,97,108,117,101,32,61,32,98,111,100, 121,91,39,103,109,115,108,39,93,91,39,118,97,108,117,101,39, 93,32,111,114,32,39,39,59,45,45,232,180,173,228,185,176,230, 149,176,233,135,143,10,116,104,105,115,46,103,109,102,101,95, 110,97,109,101,32,61,32,98,111,100,121,91,39,103,109,102,101, 39,93,91,39,110,97,109,101,39,93,32,111,114,32,39,39,59,45, 45,232,180,173,228,185,176,228,187,189,233,162,157,10,116, 104,105,115,46,103,109,102,101,95,118,97,108,117,101,32,61, 32,98,111,100,121,91,39,103,109,102,101,39,93,91,39,118,97, 108,117,101,39,93,32,111,114,32,39,39,59,45,45,232,180,173, 228,185,176,228,187,189,233,162,157,10] ==== end ===! ok 9>
|