Compared files  

Left
/fw/roborock.vacuum.p5/3.5.8_0698/xout/_root/opt/rockrobo/scripts/pipes.sh
Last modified2020-03-30 02:39:00
Size5.9 Kb (461 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/roborock.vacuum.p5/3.5.8_0774/xout/_root/opt/rockrobo/scripts/pipes.sh
Last modified2020-06-09 09:17:09
Size6.2 Kb (486 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged1460
Inserted00
Deleted00
Ignored00
Changed127




   Comparison Details  

457 skipped lines
458 458 if [[ ! -p $pipe ]]; then
459 459     mkfifo $pipe
460 460     chmod 0666 $pipe
461 fi 461 fi
  462  
  463 pipe=/tmp/SlRc
  464 if [[ ! -p $pipe ]]; then
  465     mkfifo $pipe
  466     chmod 0666 $pipe
  467 fi
  468  
  469 pipe=/tmp/RcSl
  470 if [[ ! -p $pipe ]]; then
  471     mkfifo $pipe
  472     chmod 0666 $pipe
  473 fi
  474  
  475 pipe=/tmp/WmLg
  476 if [[ ! -p $pipe ]]; then
  477     mkfifo $pipe
  478     chmod 0666 $pipe
  479 fi
  480  
  481 pipe=/tmp/LgWm
  482 if [[ ! -p $pipe ]]; then
  483     mkfifo $pipe
  484     chmod 0666 $pipe
  485 fi
  486  

   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