Compared files  

Left
/fw/roborock.vacuum.p5/3.5.4_0528/xout/_root/opt/rockrobo/rrlog/misc.sh
Last modified2019-11-14 03:52:02
Size3.3 Kb (68 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/roborock.vacuum.p5/3.5.8_0698/xout/_root/opt/rockrobo/rrlog/misc.sh
Last modified2020-03-30 02:39:17
Size3.2 Kb (63 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged258
Inserted00
Deleted00
Ignored00
Changed115




   Comparison Details  

43 skipped lines
44 44 echo "=======df -h==========" >> /dev/shm/misc.log
45 45 df -h >> /dev/shm/misc.log
46 46 echo "=======lsof==========" >> /dev/shm/misc.log
47 lsof / >> /dev/shm/misc.log  
48 lsof /dev >> /dev/shm/misc.log  
49 lsof /tmp >> /dev/shm/misc.log  
50 lsof /run >> /dev/shm/misc.log  
51 lsof /run/lock >> /dev/shm/misc.log  
52 lsof /run/shm >> /dev/shm/misc.log  
53 lsof /mnt/updbuf >> /dev/shm/misc.log  
54 lsof /mnt/data >> /dev/shm/misc.log  
55 lsof /mnt/reserve >> /dev/shm/misc.log 47 for dir in / /dev /tmp /run /run/lock /run/shm /dev/shm /mnt/updbuf /mnt/data /mnt/reserve /mnt/default; do
  48   if [ -d $dir ]; then
56 lsof /mnt/default >> /dev/shm/misc.log 49     lsof $dir >> /dev/shm/misc.log
  50   fi
  51 done
57 52 echo "=======uart.0 info==========" >> /dev/shm/misc.log
58 53 cat /sys/devices/platform/uart.0/ctrl_info >> /dev/shm/misc.log
59 54 cat /sys/devices/platform/uart.0/status >> /dev/shm/misc.log
9 skipped lines

   Text comparison Options  

Syntax colouring language used: Shell
Match character case: yes.
Match line endings: no.
Match spaces

At start of lines: yes,
In middle of lines: yes,
At end of lines: yes.
Blank lines as empty lines: no.
Activate comparison algorithm
At word level: yes,
At character level: no.


   Legend  

Unchanged lineExample of unchanged line
Modified lineExample of modified line
Added lineExample of added line
Removed lineExample of removed line
Ignored lineExample of ignored line